Html Css Color HEX #D93C8C Deep Cerise

📋 copy color: '#D93C8C'

red 217 ◦ green 60 ◦ blue 140

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

Shades of Deep Cerise #D93C8C

Tints of Deep Cerise #D93C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 52.04%
G = 14.39%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D93C8C (or 0xD93C8C) is known color: Deep Cerise. HEX triplet: D9, 3C and 8C. RGB value is (217,60,140). Sum of RGB (Red+Green+Blue) = 217+60+140=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C8C is #26C373. Grayscale: #737373. Windows color (decimal): -2540404 or 9190617. OLE color: 9190617.

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

Color convert

RGB 217 60 140 -
CMYK 0 0.72 0.35 0.15
HSL 329.43º 0.67% 0.54% -
HSV(B) 329.43º 0.72% 0.85% -
XYZ 34.96 19.88 26.8 -
YUV 116.06 141.51 200 -
System Red Green Blue C M Y K H S L
Decimal 217 60 140 0 0.72 0.35 0.15 329.43 0.67 0.54
Hex D9 3C 8C 0 48 23 F 149 43 36
Octal 331 74 214 0 110 43 17 511 103 66
Binary 11011001 111100 10001100 0 1001000 100011 1111 101001001 1000011 110110

Color Harmonies of #D93C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C8C

Black with #D93C8C

Text Example


Text Example

White with #D93C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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