Html Css Color HEX #DC39AB Deep Cerise

📋 copy color: '#DC39AB'

red 220 ◦ green 57 ◦ blue 171

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

Shades of Deep Cerise #DC39AB

Tints of Deep Cerise #DC39AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.72%

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

R = 49.11%
G = 12.72%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC39AB (or 0xDC39AB) is known color: Deep Cerise. HEX triplet: DC, 39 and AB. RGB value is (220,57,171). Sum of RGB (Red+Green+Blue) = 220+57+171=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC39AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC39AB is #23C654. Grayscale: #767676. Windows color (decimal): -2344533 or 11221468. OLE color: 11221468.

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

Color convert

RGB 220 57 171 -
CMYK 0 0.74 0.22 0.14
HSL 318.04º 0.7% 0.54% -
HSV(B) 318.04º 0.74% 0.86% -
XYZ 38.33 21.08 40.58 -
YUV 118.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 220 57 171 0 0.74 0.22 0.14 318.04 0.7 0.54
Hex DC 39 AB 0 4A 16 E 13E 46 36
Octal 334 71 253 0 112 26 16 476 106 66
Binary 11011100 111001 10101011 0 1001010 10110 1110 100111110 1000110 110110

Color Harmonies of #DC39AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC39AB

Black with #DC39AB

Text Example


Text Example

White with #DC39AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC39AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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