Html Css Color HEX #DC5AAC Brilliant Rose

📋 copy color: '#DC5AAC'

red 220 ◦ green 90 ◦ blue 172

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

Shades of Brilliant Rose #DC5AAC

Tints of Brilliant Rose #DC5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

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

R = 45.64%
G = 18.67%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC5AAC (or 0xDC5AAC) is known color: Brilliant Rose. HEX triplet: DC, 5A and AC. RGB value is (220,90,172). Sum of RGB (Red+Green+Blue) = 220+90+172=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5AAC is #23A553. Grayscale: #8A8A8A. Windows color (decimal): -2336084 or 11295452. OLE color: 11295452.

HSL color Cylindrical-coordinate representation of color #DC5AAC: hue angle of 322.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5AAC is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 90 172 -
CMYK 0 0.59 0.22 0.14
HSL 322.15º 0.65% 0.61% -
HSV(B) 322.15º 0.59% 0.86% -
XYZ 40.62 25.51 41.81 -
YUV 138.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 220 90 172 0 0.59 0.22 0.14 322.15 0.65 0.61
Hex DC 5A AC 0 3B 16 E 142 41 3D
Octal 334 132 254 0 73 26 16 502 101 75
Binary 11011100 1011010 10101100 0 111011 10110 1110 101000010 1000001 111101

Color Harmonies of #DC5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AAC

Black with #DC5AAC

Text Example


Text Example

White with #DC5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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