Html Css Color HEX #DC33A2 Deep Cerise

📋 copy color: '#DC33A2'

red 220 ◦ green 51 ◦ blue 162

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

Shades of Deep Cerise #DC33A2

Tints of Deep Cerise #DC33A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 50.81%
G = 11.78%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC33A2 (or 0xDC33A2) is known color: Deep Cerise. HEX triplet: DC, 33 and A2. RGB value is (220,51,162). Sum of RGB (Red+Green+Blue) = 220+51+162=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33A2 is #23CC5D. Grayscale: #717171. Windows color (decimal): -2346078 or 10630108. OLE color: 10630108.

HSL color Cylindrical-coordinate representation of color #DC33A2: hue angle of 320.59º 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 #DC33A2 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 162 -
CMYK 0 0.77 0.26 0.14
HSL 320.59º 0.71% 0.53% -
HSV(B) 320.59º 0.77% 0.86% -
XYZ 37.22 20.19 36.12 -
YUV 114.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 220 51 162 0 0.77 0.26 0.14 320.59 0.71 0.53
Hex DC 33 A2 0 4D 1A E 141 47 35
Octal 334 63 242 0 115 32 16 501 107 65
Binary 11011100 110011 10100010 0 1001101 11010 1110 101000001 1000111 110101

Color Harmonies of #DC33A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33A2

Black with #DC33A2

Text Example


Text Example

White with #DC33A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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