Html Css Color HEX #DC38AB Deep Cerise

📋 copy color: '#DC38AB'

red 220 ◦ green 56 ◦ blue 171

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

Shades of Deep Cerise #DC38AB

Tints of Deep Cerise #DC38AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

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

R = 49.22%
G = 12.53%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC38AB (or 0xDC38AB) is known color: Deep Cerise. HEX triplet: DC, 38 and AB. RGB value is (220,56,171). Sum of RGB (Red+Green+Blue) = 220+56+171=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC38AB is #23C754. Grayscale: #757575. Windows color (decimal): -2344789 or 11221212. OLE color: 11221212.

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

Color convert

RGB 220 56 171 -
CMYK 0 0.75 0.22 0.14
HSL 317.93º 0.7% 0.54% -
HSV(B) 317.93º 0.75% 0.86% -
XYZ 38.28 20.98 40.56 -
YUV 118.15 157.83 200.65 -
System Red Green Blue C M Y K H S L
Decimal 220 56 171 0 0.75 0.22 0.14 317.93 0.7 0.54
Hex DC 38 AB 0 4B 16 E 13E 46 36
Octal 334 70 253 0 113 26 16 476 106 66
Binary 11011100 111000 10101011 0 1001011 10110 1110 100111110 1000110 110110

Color Harmonies of #DC38AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38AB

Black with #DC38AB

Text Example


Text Example

White with #DC38AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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