Html Css Color HEX #D33596 Deep Cerise

📋 copy color: '#D33596'

red 211 ◦ green 53 ◦ blue 150

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

Shades of Deep Cerise #D33596

Tints of Deep Cerise #D33596

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.8%

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

R = 50.97%
G = 12.8%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D33596 (or 0xD33596) is known color: Deep Cerise. HEX triplet: D3, 35 and 96. RGB value is (211,53,150). Sum of RGB (Red+Green+Blue) = 211+53+150=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D33596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33596 is #2CCA69. Grayscale: #6F6F6F. Windows color (decimal): -2935402 or 9844179. OLE color: 9844179.

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

Color convert

RGB 211 53 150 -
CMYK 0 0.75 0.29 0.17
HSL 323.16º 0.64% 0.52% -
HSV(B) 323.16º 0.75% 0.83% -
XYZ 33.64 18.6 30.67 -
YUV 111.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 211 53 150 0 0.75 0.29 0.17 323.16 0.64 0.52
Hex D3 35 96 0 4B 1D 11 143 40 34
Octal 323 65 226 0 113 35 21 503 100 64
Binary 11010011 110101 10010110 0 1001011 11101 10001 101000011 1000000 110100

Color Harmonies of #D33596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33596

Black with #D33596

Text Example


Text Example

White with #D33596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33596; }

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

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

background-color css

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

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

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

border-color css

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

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

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