Html Css Color HEX #DC33A5 Deep Cerise

📋 copy color: '#DC33A5'

red 220 ◦ green 51 ◦ blue 165

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

Shades of Deep Cerise #DC33A5

Tints of Deep Cerise #DC33A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 50.46%
G = 11.7%
B = 37.84%

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

#DC33A5 (or 0xDC33A5) is known color: Deep Cerise. HEX triplet: DC, 33 and A5. RGB value is (220,51,165). Sum of RGB (Red+Green+Blue) = 220+51+165=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33A5 is #23CC5A. Grayscale: #727272. Windows color (decimal): -2346075 or 10826716. OLE color: 10826716.

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

Color convert

RGB 220 51 165 -
CMYK 0 0.77 0.25 0.14
HSL 319.53º 0.71% 0.53% -
HSV(B) 319.53º 0.77% 0.86% -
XYZ 37.49 20.3 37.54 -
YUV 114.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 220 51 165 0 0.77 0.25 0.14 319.53 0.71 0.53
Hex DC 33 A5 0 4D 19 E 140 47 35
Octal 334 63 245 0 115 31 16 500 107 65
Binary 11011100 110011 10100101 0 1001101 11001 1110 101000000 1000111 110101

Color Harmonies of #DC33A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33A5

Black with #DC33A5

Text Example


Text Example

White with #DC33A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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