Html Css Color HEX #D93392 Deep Cerise

📋 copy color: '#D93392'

red 217 ◦ green 51 ◦ blue 146

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

Shades of Deep Cerise #D93392

Tints of Deep Cerise #D93392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.32%

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

R = 52.42%
G = 12.32%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93392 (or 0xD93392) is known color: Deep Cerise. HEX triplet: D9, 33 and 92. RGB value is (217,51,146). Sum of RGB (Red+Green+Blue) = 217+51+146=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D93392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93392 is #26CC6D. Grayscale: #6F6F6F. Windows color (decimal): -2542702 or 9581529. OLE color: 9581529.

HSL color Cylindrical-coordinate representation of color #D93392: hue angle of 325.66º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93392 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 146 -
CMYK 0 0.76 0.33 0.15
HSL 325.66º 0.69% 0.53% -
HSV(B) 325.66º 0.76% 0.85% -
XYZ 34.99 19.19 29.06 -
YUV 111.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 217 51 146 0 0.76 0.33 0.15 325.66 0.69 0.53
Hex D9 33 92 0 4C 21 F 146 45 35
Octal 331 63 222 0 114 41 17 506 105 65
Binary 11011001 110011 10010010 0 1001100 100001 1111 101000110 1000101 110101

Color Harmonies of #D93392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93392

Black with #D93392

Text Example


Text Example

White with #D93392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93392; }

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

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

background-color css

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

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

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

border-color css

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

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

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