Html Css Color HEX #DC53AB Brilliant Rose

📋 copy color: '#DC53AB'

red 220 ◦ green 83 ◦ blue 171

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

Shades of Brilliant Rose #DC53AB

Tints of Brilliant Rose #DC53AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 46.41%
G = 17.51%
B = 36.08%

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

#DC53AB (or 0xDC53AB) is known color: Brilliant Rose. HEX triplet: DC, 53 and AB. RGB value is (220,83,171). Sum of RGB (Red+Green+Blue) = 220+83+171=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53AB is #23AC54. Grayscale: #858585. Windows color (decimal): -2337877 or 11228124. OLE color: 11228124.

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

Color convert

RGB 220 83 171 -
CMYK 0 0.62 0.22 0.14
HSL 321.46º 0.66% 0.59% -
HSV(B) 321.46º 0.62% 0.86% -
XYZ 39.96 24.34 41.12 -
YUV 134 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 220 83 171 0 0.62 0.22 0.14 321.46 0.66 0.59
Hex DC 53 AB 0 3E 16 E 141 42 3B
Octal 334 123 253 0 76 26 16 501 102 73
Binary 11011100 1010011 10101011 0 111110 10110 1110 101000001 1000010 111011

Color Harmonies of #DC53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53AB

Black with #DC53AB

Text Example


Text Example

White with #DC53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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