Html Css Color HEX #D93096 Deep Cerise

📋 copy color: '#D93096'

red 217 ◦ green 48 ◦ blue 150

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

Shades of Deep Cerise #D93096

Tints of Deep Cerise #D93096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.57%

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 52.29%
G = 11.57%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D93096 (or 0xD93096) is known color: Deep Cerise. HEX triplet: D9, 30 and 96. RGB value is (217,48,150). Sum of RGB (Red+Green+Blue) = 217+48+150=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D93096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93096 is #26CF69. Grayscale: #6D6D6D. Windows color (decimal): -2543466 or 9842905. OLE color: 9842905.

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

Color convert

RGB 217 48 150 -
CMYK 0 0.78 0.31 0.15
HSL 323.79º 0.69% 0.52% -
HSV(B) 323.79º 0.78% 0.85% -
XYZ 35.18 19.07 30.68 -
YUV 110.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 217 48 150 0 0.78 0.31 0.15 323.79 0.69 0.52
Hex D9 30 96 0 4E 1F F 144 45 34
Octal 331 60 226 0 116 37 17 504 105 64
Binary 11011001 110000 10010110 0 1001110 11111 1111 101000100 1000101 110100

Color Harmonies of #D93096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93096

Black with #D93096

Text Example


Text Example

White with #D93096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93096; }

 p { color: rgb(217,48,150); }

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

background-color css

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

 a { background-color: rgb(217,48,150); }

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

border-color css

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

 span { border-color: rgb(217,48,150); }

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