Html Css Color HEX #D33C7F Deep Cerise

📋 copy color: '#D33C7F'

red 211 ◦ green 60 ◦ blue 127

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

Shades of Deep Cerise #D33C7F

Tints of Deep Cerise #D33C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.08%

 BLUE value IS 127 (50% from 255) = 31.91%

R = 53.02%
G = 15.08%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D33C7F (or 0xD33C7F) is known color: Deep Cerise. HEX triplet: D3, 3C and 7F. RGB value is (211,60,127). Sum of RGB (Red+Green+Blue) = 211+60+127=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C7F is #2CC380. Grayscale: #707070. Windows color (decimal): -2933633 or 8338643. OLE color: 8338643.

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

Color convert

RGB 211 60 127 -
CMYK 0 0.72 0.40 0.17
HSL 333.38º 0.63% 0.53% -
HSV(B) 333.38º 0.72% 0.83% -
XYZ 32.31 18.61 21.97 -
YUV 112.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 211 60 127 0 0.72 0.40 0.17 333.38 0.63 0.53
Hex D3 3C 7F 0 48 28 11 14D 3F 35
Octal 323 74 177 0 110 50 21 515 77 65
Binary 11010011 111100 1111111 0 1001000 101000 10001 101001101 111111 110101

Color Harmonies of #D33C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C7F

Black with #D33C7F

Text Example


Text Example

White with #D33C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C7F; }

 p { color: rgb(211,60,127); }

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

background-color css

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

 a { background-color: rgb(211,60,127); }

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

border-color css

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

 span { border-color: rgb(211,60,127); }

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