Html Css Color HEX #D33292 Deep Cerise

📋 copy color: '#D33292'

red 211 ◦ green 50 ◦ blue 146

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

Shades of Deep Cerise #D33292

Tints of Deep Cerise #D33292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 51.84%
G = 12.29%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D33292 (or 0xD33292) is known color: Deep Cerise. HEX triplet: D3, 32 and 92. RGB value is (211,50,146). Sum of RGB (Red+Green+Blue) = 211+50+146=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D33292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33292 is #2CCD6D. Grayscale: #6C6C6C. Windows color (decimal): -2936174 or 9581267. OLE color: 9581267.

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

Color convert

RGB 211 50 146 -
CMYK 0 0.76 0.31 0.17
HSL 324.22º 0.65% 0.51% -
HSV(B) 324.22º 0.76% 0.83% -
XYZ 33.19 18.21 28.96 -
YUV 109.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 211 50 146 0 0.76 0.31 0.17 324.22 0.65 0.51
Hex D3 32 92 0 4C 1F 11 144 41 33
Octal 323 62 222 0 114 37 21 504 101 63
Binary 11010011 110010 10010010 0 1001100 11111 10001 101000100 1000001 110011

Color Harmonies of #D33292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33292

Black with #D33292

Text Example


Text Example

White with #D33292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33292; }

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

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

background-color css

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

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

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

border-color css

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

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

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