Html Css Color HEX #DC55AC Brilliant Rose

📋 copy color: '#DC55AC'

red 220 ◦ green 85 ◦ blue 172

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

Shades of Brilliant Rose #DC55AC

Tints of Brilliant Rose #DC55AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 46.12%
G = 17.82%
B = 36.06%

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

#DC55AC (or 0xDC55AC) is known color: Brilliant Rose. HEX triplet: DC, 55 and AC. RGB value is (220,85,172). Sum of RGB (Red+Green+Blue) = 220+85+172=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55AC is #23AA53. Grayscale: #878787. Windows color (decimal): -2337364 or 11294172. OLE color: 11294172.

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

Color convert

RGB 220 85 172 -
CMYK 0 0.61 0.22 0.14
HSL 321.33º 0.66% 0.6% -
HSV(B) 321.33º 0.61% 0.86% -
XYZ 40.21 24.69 41.68 -
YUV 135.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 220 85 172 0 0.61 0.22 0.14 321.33 0.66 0.6
Hex DC 55 AC 0 3D 16 E 141 42 3C
Octal 334 125 254 0 75 26 16 501 102 74
Binary 11011100 1010101 10101100 0 111101 10110 1110 101000001 1000010 111100

Color Harmonies of #DC55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55AC

Black with #DC55AC

Text Example


Text Example

White with #DC55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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