#DC4FAF

Color #DC4FAF Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #DC4FAF

Tints of Brilliant Rose #DC4FAF

Color information

#DC4FAF (or 0xDC4FAF) is unknown color: approx Brilliant Rose. HEX triplet: DC, 4F and AF. RGB value is (220,79,175). Sum of RGB (Red+Green+Blue) = 220+79+175=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4FAF is #23B050. Grayscale: #838383. Windows color (decimal): -2338897 or 11489244. OLE color: 11489244.

HSL color Cylindrical-coordinate representation of color #DC4FAF: hue angle of 319.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4FAF is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB22079175-
CMYK00.640.200.14
HSL319.15º66.82%58.63%-
HSV(B)319.15º64.09%86.27%-
XYZ40.0523.943.06-
YUV132.1152.21190.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 46.41%
GREEN value IS 79 (31.25% from 255) = 16.67%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=46.41%
G=16.67%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207917500.640.200.14319.1566.8258.63
HexDC4FAF04014E13f433b
Octal3341172570100241647710373
Binary11011100100111110101111010000001010011101001111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4FAF; }

 p { color: rgb(220,79,175); }

 H1.HeaderClassName
 {
   color: #DC4FAF;
 }
 .AnyTagClassName
 {
   color: #DC4FAF;
 }
</style>
background-color css

<style>
 a { background-color: #DC4FAF; }

 a { background-color: rgb(220,79,175); }

 div.DivClassName
 {
   background-color: #DC4FAF;
 }
 .BgClassName
 {
   background-color: #DC4FAF;
 }
</style>
border-color css

<style>
 span { border-color: #DC4FAF; }

 span { border-color: rgb(220,79,175); }

 td.TdClassName
 {
   border-color: #DC4FAF;
 }
 .TagClassName
 {
   border-color: #DC4FAF;
 }
</style>