Html Css Color HEX #DC56A9 Brilliant Rose

📋 copy color: '#DC56A9'

red 220 ◦ green 86 ◦ blue 169

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

Shades of Brilliant Rose #DC56A9

Tints of Brilliant Rose #DC56A9

RGB

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

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

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

R = 46.32%
G = 18.11%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC56A9 (or 0xDC56A9) is known color: Brilliant Rose. HEX triplet: DC, 56 and A9. RGB value is (220,86,169). Sum of RGB (Red+Green+Blue) = 220+86+169=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC56A9 is #23A956. Grayscale: #878787. Windows color (decimal): -2337111 or 11097820. OLE color: 11097820.

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

Color convert

RGB 220 86 169 -
CMYK 0 0.61 0.23 0.14
HSL 322.84º 0.66% 0.6% -
HSV(B) 322.84º 0.61% 0.86% -
XYZ 40 24.74 40.2 -
YUV 135.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 220 86 169 0 0.61 0.23 0.14 322.84 0.66 0.6
Hex DC 56 A9 0 3D 17 E 143 42 3C
Octal 334 126 251 0 75 27 16 503 102 74
Binary 11011100 1010110 10101001 0 111101 10111 1110 101000011 1000010 111100

Color Harmonies of #DC56A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC56A9

Black with #DC56A9

Text Example


Text Example

White with #DC56A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC56A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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