Html Css Color HEX #D93C7D Deep Cerise

📋 copy color: '#D93C7D'

red 217 ◦ green 60 ◦ blue 125

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

Shades of Deep Cerise #D93C7D

Tints of Deep Cerise #D93C7D

RGB

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

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

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

R = 53.98%
G = 14.93%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D93C7D (or 0xD93C7D) is known color: Deep Cerise. HEX triplet: D9, 3C and 7D. RGB value is (217,60,125). Sum of RGB (Red+Green+Blue) = 217+60+125=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C7D is #26C382. Grayscale: #727272. Windows color (decimal): -2540419 or 8207577. OLE color: 8207577.

HSL color Cylindrical-coordinate representation of color #D93C7D: hue angle of 335.16º 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 #D93C7D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 60 125 -
CMYK 0 0.72 0.42 0.15
HSL 335.16º 0.67% 0.54% -
HSV(B) 335.16º 0.72% 0.85% -
XYZ 33.93 19.46 21.37 -
YUV 114.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 217 60 125 0 0.72 0.42 0.15 335.16 0.67 0.54
Hex D9 3C 7D 0 48 2A F 14F 43 36
Octal 331 74 175 0 110 52 17 517 103 66
Binary 11011001 111100 1111101 0 1001000 101010 1111 101001111 1000011 110110

Color Harmonies of #D93C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C7D

Black with #D93C7D

Text Example


Text Example

White with #D93C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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