Html Css Color HEX #D93099 Deep Cerise

📋 copy color: '#D93099'

red 217 ◦ green 48 ◦ blue 153

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

Shades of Deep Cerise #D93099

Tints of Deep Cerise #D93099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 51.91%
G = 11.48%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D93099 (or 0xD93099) is known color: Deep Cerise. HEX triplet: D9, 30 and 99. RGB value is (217,48,153). Sum of RGB (Red+Green+Blue) = 217+48+153=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D93099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93099 is #26CF66. Grayscale: #6E6E6E. Windows color (decimal): -2543463 or 10039513. OLE color: 10039513.

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

Color convert

RGB 217 48 153 -
CMYK 0 0.78 0.29 0.15
HSL 322.72º 0.69% 0.52% -
HSV(B) 322.72º 0.78% 0.85% -
XYZ 35.42 19.17 31.97 -
YUV 110.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 217 48 153 0 0.78 0.29 0.15 322.72 0.69 0.52
Hex D9 30 99 0 4E 1D F 143 45 34
Octal 331 60 231 0 116 35 17 503 105 64
Binary 11011001 110000 10011001 0 1001110 11101 1111 101000011 1000101 110100

Color Harmonies of #D93099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93099

Black with #D93099

Text Example


Text Example

White with #D93099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93099; }

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

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

background-color css

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

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

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

border-color css

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

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

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