Html Css Color HEX #D33299 Deep Cerise

📋 copy color: '#D33299'

red 211 ◦ green 50 ◦ blue 153

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

Shades of Deep Cerise #D33299

Tints of Deep Cerise #D33299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 50.97%
G = 12.08%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D33299 (or 0xD33299) is known color: Deep Cerise. HEX triplet: D3, 32 and 99. RGB value is (211,50,153). Sum of RGB (Red+Green+Blue) = 211+50+153=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D33299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33299 is #2CCD66. Grayscale: #6D6D6D. Windows color (decimal): -2936167 or 10040019. OLE color: 10040019.

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

Color convert

RGB 211 50 153 -
CMYK 0 0.76 0.27 0.17
HSL 321.61º 0.65% 0.51% -
HSV(B) 321.61º 0.76% 0.83% -
XYZ 33.75 18.43 31.92 -
YUV 109.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 211 50 153 0 0.76 0.27 0.17 321.61 0.65 0.51
Hex D3 32 99 0 4C 1B 11 142 41 33
Octal 323 62 231 0 114 33 21 502 101 63
Binary 11010011 110010 10011001 0 1001100 11011 10001 101000010 1000001 110011

Color Harmonies of #D33299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33299

Black with #D33299

Text Example


Text Example

White with #D33299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33299; }

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

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

background-color css

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

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

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

border-color css

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

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

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