Html Css Color HEX #D33375 Deep Cerise

📋 copy color: '#D33375'

red 211 ◦ green 51 ◦ blue 117

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

Shades of Deep Cerise #D33375

Tints of Deep Cerise #D33375

RGB

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

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

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

R = 55.67%
G = 13.46%
B = 30.87%

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

#D33375 (or 0xD33375) is known color: Deep Cerise. HEX triplet: D3, 33 and 75. RGB value is (211,51,117). Sum of RGB (Red+Green+Blue) = 211+51+117=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D33375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33375 is #2CCC8A. Grayscale: #6A6A6A. Windows color (decimal): -2935947 or 7680979. OLE color: 7680979.

HSL color Cylindrical-coordinate representation of color #D33375: hue angle of 335.25º 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 #D33375 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 51 117 -
CMYK 0 0.76 0.45 0.17
HSL 335.25º 0.65% 0.51% -
HSV(B) 335.25º 0.76% 0.83% -
XYZ 31.26 17.5 18.56 -
YUV 106.36 134.01 202.63 -
System Red Green Blue C M Y K H S L
Decimal 211 51 117 0 0.76 0.45 0.17 335.25 0.65 0.51
Hex D3 33 75 0 4C 2D 11 14F 41 33
Octal 323 63 165 0 114 55 21 517 101 63
Binary 11010011 110011 1110101 0 1001100 101101 10001 101001111 1000001 110011

Color Harmonies of #D33375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33375

Black with #D33375

Text Example


Text Example

White with #D33375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33375; }

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

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

background-color css

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

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

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

border-color css

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

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

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