Html Css Color HEX #D33096 Deep Cerise

📋 copy color: '#D33096'

red 211 ◦ green 48 ◦ blue 150

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

Shades of Deep Cerise #D33096

Tints of Deep Cerise #D33096

RGB

 RED value IS 211 (82.81% from 255) = 51.59%

 GREEN value IS 48 (19.14% from 255) = 11.74%

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 51.59%
G = 11.74%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D33096 (or 0xD33096) is known color: Deep Cerise. HEX triplet: D3, 30 and 96. RGB value is (211,48,150). Sum of RGB (Red+Green+Blue) = 211+48+150=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D33096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33096 is #2CCF69. Grayscale: #6C6C6C. Windows color (decimal): -2936682 or 9842899. OLE color: 9842899.

HSL color Cylindrical-coordinate representation of color #D33096: hue angle of 322.45º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33096 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 150 -
CMYK 0 0.77 0.29 0.17
HSL 322.45º 0.65% 0.51% -
HSV(B) 322.45º 0.77% 0.83% -
XYZ 33.43 18.16 30.6 -
YUV 108.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 211 48 150 0 0.77 0.29 0.17 322.45 0.65 0.51
Hex D3 30 96 0 4D 1D 11 142 41 33
Octal 323 60 226 0 115 35 21 502 101 63
Binary 11010011 110000 10010110 0 1001101 11101 10001 101000010 1000001 110011

Color Harmonies of #D33096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33096

Black with #D33096

Text Example


Text Example

White with #D33096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33096; }

 p { color: rgb(211,48,150); }

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

background-color css

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

 a { background-color: rgb(211,48,150); }

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

border-color css

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

 span { border-color: rgb(211,48,150); }

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