Html Css Color HEX #D33D91 Deep Cerise

📋 copy color: '#D33D91'

red 211 ◦ green 61 ◦ blue 145

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

Shades of Deep Cerise #D33D91

Tints of Deep Cerise #D33D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.63%

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 50.6%
G = 14.63%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D33D91 (or 0xD33D91) is known color: Deep Cerise. HEX triplet: D3, 3D and 91. RGB value is (211,61,145). Sum of RGB (Red+Green+Blue) = 211+61+145=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33D91 is #2CC26E. Grayscale: #737373. Windows color (decimal): -2933359 or 9518547. OLE color: 9518547.

HSL color Cylindrical-coordinate representation of color #D33D91: hue angle of 326.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33D91 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 61 145 -
CMYK 0 0.71 0.31 0.17
HSL 326.4º 0.63% 0.53% -
HSV(B) 326.4º 0.71% 0.83% -
XYZ 33.64 19.23 28.73 -
YUV 115.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 211 61 145 0 0.71 0.31 0.17 326.4 0.63 0.53
Hex D3 3D 91 0 47 1F 11 146 3F 35
Octal 323 75 221 0 107 37 21 506 77 65
Binary 11010011 111101 10010001 0 1000111 11111 10001 101000110 111111 110101

Color Harmonies of #D33D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33D91

Black with #D33D91

Text Example


Text Example

White with #D33D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33D91; }

 p { color: rgb(211,61,145); }

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

background-color css

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

 a { background-color: rgb(211,61,145); }

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

border-color css

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

 span { border-color: rgb(211,61,145); }

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