Html Css Color HEX #DC56AB Brilliant Rose

📋 copy color: '#DC56AB'

red 220 ◦ green 86 ◦ blue 171

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

Shades of Brilliant Rose #DC56AB

Tints of Brilliant Rose #DC56AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.03%

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

R = 46.12%
G = 18.03%
B = 35.85%

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

#DC56AB (or 0xDC56AB) is known color: Brilliant Rose. HEX triplet: DC, 56 and AB. RGB value is (220,86,171). Sum of RGB (Red+Green+Blue) = 220+86+171=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC56AB is #23A954. Grayscale: #878787. Windows color (decimal): -2337109 or 11228892. OLE color: 11228892.

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

Color convert

RGB 220 86 171 -
CMYK 0 0.61 0.22 0.14
HSL 321.94º 0.66% 0.6% -
HSV(B) 321.94º 0.61% 0.86% -
XYZ 40.19 24.81 41.2 -
YUV 135.76 147.89 188.09 -
System Red Green Blue C M Y K H S L
Decimal 220 86 171 0 0.61 0.22 0.14 321.94 0.66 0.6
Hex DC 56 AB 0 3D 16 E 142 42 3C
Octal 334 126 253 0 75 26 16 502 102 74
Binary 11011100 1010110 10101011 0 111101 10110 1110 101000010 1000010 111100

Color Harmonies of #DC56AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC56AB

Black with #DC56AB

Text Example


Text Example

White with #DC56AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC56AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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