Html Css Color HEX #DC58A9 Brilliant Rose

📋 copy color: '#DC58A9'

red 220 ◦ green 88 ◦ blue 169

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

Shades of Brilliant Rose #DC58A9

Tints of Brilliant Rose #DC58A9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.45%

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

R = 46.12%
G = 18.45%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC58A9 (or 0xDC58A9) is known color: Brilliant Rose. HEX triplet: DC, 58 and A9. RGB value is (220,88,169). Sum of RGB (Red+Green+Blue) = 220+88+169=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC58A9 is #23A756. Grayscale: #888888. Windows color (decimal): -2336599 or 11098332. OLE color: 11098332.

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

Color convert

RGB 220 88 169 -
CMYK 0 0.6 0.23 0.14
HSL 323.18º 0.65% 0.6% -
HSV(B) 323.18º 0.6% 0.86% -
XYZ 40.17 25.06 40.26 -
YUV 136.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 220 88 169 0 0.6 0.23 0.14 323.18 0.65 0.6
Hex DC 58 A9 0 3C 17 E 143 41 3C
Octal 334 130 251 0 74 27 16 503 101 74
Binary 11011100 1011000 10101001 0 111100 10111 1110 101000011 1000001 111100

Color Harmonies of #DC58A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58A9

Black with #DC58A9

Text Example


Text Example

White with #DC58A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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