Html Css Color HEX #DC55AB Brilliant Rose

📋 copy color: '#DC55AB'

red 220 ◦ green 85 ◦ blue 171

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

Shades of Brilliant Rose #DC55AB

Tints of Brilliant Rose #DC55AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 46.22%
G = 17.86%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC55AB (or 0xDC55AB) is known color: Brilliant Rose. HEX triplet: DC, 55 and AB. RGB value is (220,85,171). Sum of RGB (Red+Green+Blue) = 220+85+171=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55AB is #23AA54. Grayscale: #868686. Windows color (decimal): -2337365 or 11228636. OLE color: 11228636.

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

Color convert

RGB 220 85 171 -
CMYK 0 0.61 0.22 0.14
HSL 321.78º 0.66% 0.6% -
HSV(B) 321.78º 0.61% 0.86% -
XYZ 40.11 24.65 41.17 -
YUV 135.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 220 85 171 0 0.61 0.22 0.14 321.78 0.66 0.6
Hex DC 55 AB 0 3D 16 E 142 42 3C
Octal 334 125 253 0 75 26 16 502 102 74
Binary 11011100 1010101 10101011 0 111101 10110 1110 101000010 1000010 111100

Color Harmonies of #DC55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55AB

Black with #DC55AB

Text Example


Text Example

White with #DC55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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