Html Css Color HEX #DC33A6 Deep Cerise

📋 copy color: '#DC33A6'

red 220 ◦ green 51 ◦ blue 166

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

Shades of Deep Cerise #DC33A6

Tints of Deep Cerise #DC33A6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.67%

 BLUE value IS 166 (65.23% from 255) = 37.99%

R = 50.34%
G = 11.67%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC33A6 (or 0xDC33A6) is known color: Deep Cerise. HEX triplet: DC, 33 and A6. RGB value is (220,51,166). Sum of RGB (Red+Green+Blue) = 220+51+166=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33A6 is #23CC59. Grayscale: #727272. Windows color (decimal): -2346074 or 10892252. OLE color: 10892252.

HSL color Cylindrical-coordinate representation of color #DC33A6: hue angle of 319.17º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC33A6 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 166 -
CMYK 0 0.77 0.25 0.14
HSL 319.17º 0.71% 0.53% -
HSV(B) 319.17º 0.77% 0.86% -
XYZ 37.58 20.34 38.02 -
YUV 114.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 220 51 166 0 0.77 0.25 0.14 319.17 0.71 0.53
Hex DC 33 A6 0 4D 19 E 13F 47 35
Octal 334 63 246 0 115 31 16 477 107 65
Binary 11011100 110011 10100110 0 1001101 11001 1110 100111111 1000111 110101

Color Harmonies of #DC33A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33A6

Black with #DC33A6

Text Example


Text Example

White with #DC33A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33A6; }

 p { color: rgb(220,51,166); }

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

background-color css

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

 a { background-color: rgb(220,51,166); }

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

border-color css

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

 span { border-color: rgb(220,51,166); }

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