Html Css Color HEX #DC56AA Brilliant Rose

📋 copy color: '#DC56AA'

red 220 ◦ green 86 ◦ blue 170

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

Shades of Brilliant Rose #DC56AA

Tints of Brilliant Rose #DC56AA

RGB

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

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

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

R = 46.22%
G = 18.07%
B = 35.71%

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

#DC56AA (or 0xDC56AA) is known color: Brilliant Rose. HEX triplet: DC, 56 and AA. RGB value is (220,86,170). Sum of RGB (Red+Green+Blue) = 220+86+170=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC56AA is #23A955. Grayscale: #878787. Windows color (decimal): -2337110 or 11163356. OLE color: 11163356.

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

Color convert

RGB 220 86 170 -
CMYK 0 0.61 0.23 0.14
HSL 322.39º 0.66% 0.6% -
HSV(B) 322.39º 0.61% 0.86% -
XYZ 40.1 24.77 40.7 -
YUV 135.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 220 86 170 0 0.61 0.23 0.14 322.39 0.66 0.6
Hex DC 56 AA 0 3D 17 E 142 42 3C
Octal 334 126 252 0 75 27 16 502 102 74
Binary 11011100 1010110 10101010 0 111101 10111 1110 101000010 1000010 111100

Color Harmonies of #DC56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC56AA

Black with #DC56AA

Text Example


Text Example

White with #DC56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC56AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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