Html Css Color HEX #D93C9C Deep Cerise

📋 copy color: '#D93C9C'

red 217 ◦ green 60 ◦ blue 156

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

Shades of Deep Cerise #D93C9C

Tints of Deep Cerise #D93C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 50.12%
G = 13.86%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D93C9C (or 0xD93C9C) is known color: Deep Cerise. HEX triplet: D9, 3C and 9C. RGB value is (217,60,156). Sum of RGB (Red+Green+Blue) = 217+60+156=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C9C is #26C363. Grayscale: #757575. Windows color (decimal): -2540388 or 10239193. OLE color: 10239193.

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

Color convert

RGB 217 60 156 -
CMYK 0 0.72 0.28 0.15
HSL 323.31º 0.67% 0.54% -
HSV(B) 323.31º 0.72% 0.85% -
XYZ 36.23 20.38 33.48 -
YUV 117.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 217 60 156 0 0.72 0.28 0.15 323.31 0.67 0.54
Hex D9 3C 9C 0 48 1C F 143 43 36
Octal 331 74 234 0 110 34 17 503 103 66
Binary 11011001 111100 10011100 0 1001000 11100 1111 101000011 1000011 110110

Color Harmonies of #D93C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C9C

Black with #D93C9C

Text Example


Text Example

White with #D93C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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