Html Css Color HEX #DC52A9 Brilliant Rose

📋 copy color: '#DC52A9'

red 220 ◦ green 82 ◦ blue 169

#DC52A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #DC52A9

Tints of Brilliant Rose #DC52A9

RGB

 RED value IS 220 (86.33% from 255) = 46.71%

 GREEN value IS 82 (32.42% from 255) = 17.41%

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 46.71%
G = 17.41%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC52A9 (or 0xDC52A9) is known color: Brilliant Rose. HEX triplet: DC, 52 and A9. RGB value is (220,82,169). Sum of RGB (Red+Green+Blue) = 220+82+169=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52A9 is #23AD56. Grayscale: #848484. Windows color (decimal): -2338135 or 11096796. OLE color: 11096796.

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

Color convert

RGB 220 82 169 -
CMYK 0 0.63 0.23 0.14
HSL 322.17º 0.66% 0.59% -
HSV(B) 322.17º 0.63% 0.86% -
XYZ 39.69 24.11 40.1 -
YUV 133.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 220 82 169 0 0.63 0.23 0.14 322.17 0.66 0.59
Hex DC 52 A9 0 3F 17 E 142 42 3B
Octal 334 122 251 0 77 27 16 502 102 73
Binary 11011100 1010010 10101001 0 111111 10111 1110 101000010 1000010 111011

Color Harmonies of #DC52A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC52A9

Black with #DC52A9

Text Example


Text Example

White with #DC52A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC52A9; }

 p { color: rgb(220,82,169); }

 H1.HeaderClassName
 {
   color: #DC52A9;
 }
 .AnyTagClassName
 {
   color: #DC52A9;
 }
</style>

background-color css

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

 a { background-color: rgb(220,82,169); }

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

border-color css

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

 span { border-color: rgb(220,82,169); }

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