Html Css Color HEX #D33379 Deep Cerise

📋 copy color: '#D33379'

red 211 ◦ green 51 ◦ blue 121

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

Shades of Deep Cerise #D33379

Tints of Deep Cerise #D33379

RGB

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

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

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

R = 55.09%
G = 13.32%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D33379 (or 0xD33379) is known color: Deep Cerise. HEX triplet: D3, 33 and 79. RGB value is (211,51,121). Sum of RGB (Red+Green+Blue) = 211+51+121=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D33379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33379 is #2CCC86. Grayscale: #6A6A6A. Windows color (decimal): -2935943 or 7943123. OLE color: 7943123.

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

Color convert

RGB 211 51 121 -
CMYK 0 0.76 0.43 0.17
HSL 333.75º 0.65% 0.51% -
HSV(B) 333.75º 0.76% 0.83% -
XYZ 31.5 17.6 19.83 -
YUV 106.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 211 51 121 0 0.76 0.43 0.17 333.75 0.65 0.51
Hex D3 33 79 0 4C 2B 11 14E 41 33
Octal 323 63 171 0 114 53 21 516 101 63
Binary 11010011 110011 1111001 0 1001100 101011 10001 101001110 1000001 110011

Color Harmonies of #D33379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33379

Black with #D33379

Text Example


Text Example

White with #D33379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33379; }

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

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

background-color css

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

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

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

border-color css

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

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

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