Html Css Color HEX #DC3DAB Deep Cerise

📋 copy color: '#DC3DAB'

red 220 ◦ green 61 ◦ blue 171

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

Shades of Deep Cerise #DC3DAB

Tints of Deep Cerise #DC3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.5%

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

R = 48.67%
G = 13.5%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC3DAB (or 0xDC3DAB) is known color: Deep Cerise. HEX triplet: DC, 3D and AB. RGB value is (220,61,171). Sum of RGB (Red+Green+Blue) = 220+61+171=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DAB is #23C254. Grayscale: #787878. Windows color (decimal): -2343509 or 11222492. OLE color: 11222492.

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

Color convert

RGB 220 61 171 -
CMYK 0 0.72 0.22 0.14
HSL 318.49º 0.69% 0.55% -
HSV(B) 318.49º 0.72% 0.86% -
XYZ 38.53 21.49 40.65 -
YUV 121.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 220 61 171 0 0.72 0.22 0.14 318.49 0.69 0.55
Hex DC 3D AB 0 48 16 E 13E 45 37
Octal 334 75 253 0 110 26 16 476 105 67
Binary 11011100 111101 10101011 0 1001000 10110 1110 100111110 1000101 110111

Color Harmonies of #DC3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3DAB

Black with #DC3DAB

Text Example


Text Example

White with #DC3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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