Html Css Color HEX #DC55AE Brilliant Rose

📋 copy color: '#DC55AE'

red 220 ◦ green 85 ◦ blue 174

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

Shades of Brilliant Rose #DC55AE

Tints of Brilliant Rose #DC55AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.75%

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 45.93%
G = 17.75%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC55AE (or 0xDC55AE) is known color: Brilliant Rose. HEX triplet: DC, 55 and AE. RGB value is (220,85,174). Sum of RGB (Red+Green+Blue) = 220+85+174=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55AE is #23AA51. Grayscale: #878787. Windows color (decimal): -2337362 or 11425244. OLE color: 11425244.

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

Color convert

RGB 220 85 174 -
CMYK 0 0.61 0.21 0.14
HSL 320.44º 0.66% 0.6% -
HSV(B) 320.44º 0.61% 0.86% -
XYZ 40.4 24.77 42.7 -
YUV 135.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 220 85 174 0 0.61 0.21 0.14 320.44 0.66 0.6
Hex DC 55 AE 0 3D 15 E 140 42 3C
Octal 334 125 256 0 75 25 16 500 102 74
Binary 11011100 1010101 10101110 0 111101 10101 1110 101000000 1000010 111100

Color Harmonies of #DC55AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55AE

Black with #DC55AE

Text Example


Text Example

White with #DC55AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55AE; }

 p { color: rgb(220,85,174); }

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

background-color css

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

 a { background-color: rgb(220,85,174); }

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

border-color css

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

 span { border-color: rgb(220,85,174); }

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