Html Css Color HEX #D93C93 Deep Cerise

📋 copy color: '#D93C93'

red 217 ◦ green 60 ◦ blue 147

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

Shades of Deep Cerise #D93C93

Tints of Deep Cerise #D93C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.67%

R = 51.18%
G = 14.15%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D93C93 (or 0xD93C93) is known color: Deep Cerise. HEX triplet: D9, 3C and 93. RGB value is (217,60,147). Sum of RGB (Red+Green+Blue) = 217+60+147=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C93 is #26C36C. Grayscale: #747474. Windows color (decimal): -2540397 or 9649369. OLE color: 9649369.

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

Color convert

RGB 217 60 147 -
CMYK 0 0.72 0.32 0.15
HSL 326.75º 0.67% 0.54% -
HSV(B) 326.75º 0.72% 0.85% -
XYZ 35.5 20.09 29.61 -
YUV 116.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 217 60 147 0 0.72 0.32 0.15 326.75 0.67 0.54
Hex D9 3C 93 0 48 20 F 147 43 36
Octal 331 74 223 0 110 40 17 507 103 66
Binary 11011001 111100 10010011 0 1001000 100000 1111 101000111 1000011 110110

Color Harmonies of #D93C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C93

Black with #D93C93

Text Example


Text Example

White with #D93C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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