Html Css Color HEX #DC58AA Brilliant Rose

📋 copy color: '#DC58AA'

red 220 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #DC58AA

Tints of Brilliant Rose #DC58AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 46.03%
G = 18.41%
B = 35.56%

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

#DC58AA (or 0xDC58AA) is known color: Brilliant Rose. HEX triplet: DC, 58 and AA. RGB value is (220,88,170). Sum of RGB (Red+Green+Blue) = 220+88+170=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC58AA is #23A755. Grayscale: #888888. Windows color (decimal): -2336598 or 11163868. OLE color: 11163868.

HSL color Cylindrical-coordinate representation of color #DC58AA: hue angle of 322.73º 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 #DC58AA is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 170 -
CMYK 0 0.6 0.23 0.14
HSL 322.73º 0.65% 0.6% -
HSV(B) 322.73º 0.6% 0.86% -
XYZ 40.26 25.1 40.75 -
YUV 136.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 220 88 170 0 0.6 0.23 0.14 322.73 0.65 0.6
Hex DC 58 AA 0 3C 17 E 143 41 3C
Octal 334 130 252 0 74 27 16 503 101 74
Binary 11011100 1011000 10101010 0 111100 10111 1110 101000011 1000001 111100

Color Harmonies of #DC58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58AA

Black with #DC58AA

Text Example


Text Example

White with #DC58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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