Html Css Color HEX #D33079 Deep Cerise

📋 copy color: '#D33079'

red 211 ◦ green 48 ◦ blue 121

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

Shades of Deep Cerise #D33079

Tints of Deep Cerise #D33079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 55.53%
G = 12.63%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D33079 (or 0xD33079) is known color: Deep Cerise. HEX triplet: D3, 30 and 79. RGB value is (211,48,121). Sum of RGB (Red+Green+Blue) = 211+48+121=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D33079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33079 is #2CCF86. Grayscale: #686868. Windows color (decimal): -2936711 or 7942355. OLE color: 7942355.

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

Color convert

RGB 211 48 121 -
CMYK 0 0.77 0.43 0.17
HSL 333.13º 0.65% 0.51% -
HSV(B) 333.13º 0.77% 0.83% -
XYZ 31.37 17.34 19.78 -
YUV 105.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 211 48 121 0 0.77 0.43 0.17 333.13 0.65 0.51
Hex D3 30 79 0 4D 2B 11 14D 41 33
Octal 323 60 171 0 115 53 21 515 101 63
Binary 11010011 110000 1111001 0 1001101 101011 10001 101001101 1000001 110011

Color Harmonies of #D33079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33079

Black with #D33079

Text Example


Text Example

White with #D33079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33079; }

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

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

background-color css

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

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

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

border-color css

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

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

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