Html Css Color HEX #D33275 Deep Cerise

📋 copy color: '#D33275'

red 211 ◦ green 50 ◦ blue 117

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

Shades of Deep Cerise #D33275

Tints of Deep Cerise #D33275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 55.82%
G = 13.23%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D33275 (or 0xD33275) is known color: Deep Cerise. HEX triplet: D3, 32 and 75. RGB value is (211,50,117). Sum of RGB (Red+Green+Blue) = 211+50+117=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D33275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33275 is #2CCD8A. Grayscale: #696969. Windows color (decimal): -2936203 or 7680723. OLE color: 7680723.

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

Color convert

RGB 211 50 117 -
CMYK 0 0.76 0.45 0.17
HSL 335.03º 0.65% 0.51% -
HSV(B) 335.03º 0.76% 0.83% -
XYZ 31.22 17.41 18.55 -
YUV 105.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 211 50 117 0 0.76 0.45 0.17 335.03 0.65 0.51
Hex D3 32 75 0 4C 2D 11 14F 41 33
Octal 323 62 165 0 114 55 21 517 101 63
Binary 11010011 110010 1110101 0 1001100 101101 10001 101001111 1000001 110011

Color Harmonies of #D33275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33275

Black with #D33275

Text Example


Text Example

White with #D33275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33275; }

 p { color: rgb(211,50,117); }

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

background-color css

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

 a { background-color: rgb(211,50,117); }

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

border-color css

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

 span { border-color: rgb(211,50,117); }

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