Html Css Color HEX #D93C7F Deep Cerise

📋 copy color: '#D93C7F'

red 217 ◦ green 60 ◦ blue 127

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

Shades of Deep Cerise #D93C7F

Tints of Deep Cerise #D93C7F

RGB

 RED value IS 217 (85.16% from 255) = 53.71%

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

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

R = 53.71%
G = 14.85%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D93C7F (or 0xD93C7F) is known color: Deep Cerise. HEX triplet: D9, 3C and 7F. RGB value is (217,60,127). Sum of RGB (Red+Green+Blue) = 217+60+127=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C7F is #26C380. Grayscale: #727272. Windows color (decimal): -2540417 or 8338649. OLE color: 8338649.

HSL color Cylindrical-coordinate representation of color #D93C7F: hue angle of 334.39º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93C7F is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 60 127 -
CMYK 0 0.72 0.41 0.15
HSL 334.39º 0.67% 0.54% -
HSV(B) 334.39º 0.72% 0.85% -
XYZ 34.06 19.52 22.05 -
YUV 114.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 217 60 127 0 0.72 0.41 0.15 334.39 0.67 0.54
Hex D9 3C 7F 0 48 29 F 14E 43 36
Octal 331 74 177 0 110 51 17 516 103 66
Binary 11011001 111100 1111111 0 1001000 101001 1111 101001110 1000011 110110

Color Harmonies of #D93C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C7F

Black with #D93C7F

Text Example


Text Example

White with #D93C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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