Html Css Color HEX #D93C92 Deep Cerise

📋 copy color: '#D93C92'

red 217 ◦ green 60 ◦ blue 146

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

Shades of Deep Cerise #D93C92

Tints of Deep Cerise #D93C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 51.3%
G = 14.18%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93C92 (or 0xD93C92) is known color: Deep Cerise. HEX triplet: D9, 3C and 92. RGB value is (217,60,146). Sum of RGB (Red+Green+Blue) = 217+60+146=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C92 is #26C36D. Grayscale: #747474. Windows color (decimal): -2540398 or 9583833. OLE color: 9583833.

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

Color convert

RGB 217 60 146 -
CMYK 0 0.72 0.33 0.15
HSL 327.13º 0.67% 0.54% -
HSV(B) 327.13º 0.72% 0.85% -
XYZ 35.42 20.06 29.2 -
YUV 116.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 217 60 146 0 0.72 0.33 0.15 327.13 0.67 0.54
Hex D9 3C 92 0 48 21 F 147 43 36
Octal 331 74 222 0 110 41 17 507 103 66
Binary 11011001 111100 10010010 0 1001000 100001 1111 101000111 1000011 110110

Color Harmonies of #D93C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C92

Black with #D93C92

Text Example


Text Example

White with #D93C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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