Html Css Color HEX #DC54AB Brilliant Rose

📋 copy color: '#DC54AB'

red 220 ◦ green 84 ◦ blue 171

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

Shades of Brilliant Rose #DC54AB

Tints of Brilliant Rose #DC54AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.68%

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

R = 46.32%
G = 17.68%
B = 36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC54AB (or 0xDC54AB) is known color: Brilliant Rose. HEX triplet: DC, 54 and AB. RGB value is (220,84,171). Sum of RGB (Red+Green+Blue) = 220+84+171=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54AB is #23AB54. Grayscale: #868686. Windows color (decimal): -2337621 or 11228380. OLE color: 11228380.

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

Color convert

RGB 220 84 171 -
CMYK 0 0.62 0.22 0.14
HSL 321.62º 0.66% 0.6% -
HSV(B) 321.62º 0.62% 0.86% -
XYZ 40.04 24.5 41.15 -
YUV 134.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 220 84 171 0 0.62 0.22 0.14 321.62 0.66 0.6
Hex DC 54 AB 0 3E 16 E 142 42 3C
Octal 334 124 253 0 76 26 16 502 102 74
Binary 11011100 1010100 10101011 0 111110 10110 1110 101000010 1000010 111100

Color Harmonies of #DC54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC54AB

Black with #DC54AB

Text Example


Text Example

White with #DC54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC54AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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