Html Css Color HEX #D33E7D Deep Cerise

📋 copy color: '#D33E7D'

red 211 ◦ green 62 ◦ blue 125

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

Shades of Deep Cerise #D33E7D

Tints of Deep Cerise #D33E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.58%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 53.02%
G = 15.58%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D33E7D (or 0xD33E7D) is known color: Deep Cerise. HEX triplet: D3, 3E and 7D. RGB value is (211,62,125). Sum of RGB (Red+Green+Blue) = 211+62+125=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33E7D is #2CC182. Grayscale: #717171. Windows color (decimal): -2933123 or 8208083. OLE color: 8208083.

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

Color convert

RGB 211 62 125 -
CMYK 0 0.71 0.41 0.17
HSL 334.63º 0.63% 0.54% -
HSV(B) 334.63º 0.71% 0.83% -
XYZ 32.29 18.77 21.32 -
YUV 113.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 211 62 125 0 0.71 0.41 0.17 334.63 0.63 0.54
Hex D3 3E 7D 0 47 29 11 14F 3F 36
Octal 323 76 175 0 107 51 21 517 77 66
Binary 11010011 111110 1111101 0 1000111 101001 10001 101001111 111111 110110

Color Harmonies of #D33E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33E7D

Black with #D33E7D

Text Example


Text Example

White with #D33E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33E7D; }

 p { color: rgb(211,62,125); }

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

background-color css

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

 a { background-color: rgb(211,62,125); }

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

border-color css

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

 span { border-color: rgb(211,62,125); }

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