Html Css Color HEX #D93098 Deep Cerise

📋 copy color: '#D93098'

red 217 ◦ green 48 ◦ blue 152

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

Shades of Deep Cerise #D93098

Tints of Deep Cerise #D93098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 52.04%
G = 11.51%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D93098 (or 0xD93098) is known color: Deep Cerise. HEX triplet: D9, 30 and 98. RGB value is (217,48,152). Sum of RGB (Red+Green+Blue) = 217+48+152=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D93098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93098 is #26CF67. Grayscale: #6E6E6E. Windows color (decimal): -2543464 or 9973977. OLE color: 9973977.

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

Color convert

RGB 217 48 152 -
CMYK 0 0.78 0.30 0.15
HSL 323.08º 0.69% 0.52% -
HSV(B) 323.08º 0.78% 0.85% -
XYZ 35.34 19.13 31.54 -
YUV 110.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 217 48 152 0 0.78 0.30 0.15 323.08 0.69 0.52
Hex D9 30 98 0 4E 1E F 143 45 34
Octal 331 60 230 0 116 36 17 503 105 64
Binary 11011001 110000 10011000 0 1001110 11110 1111 101000011 1000101 110100

Color Harmonies of #D93098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93098

Black with #D93098

Text Example


Text Example

White with #D93098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93098; }

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

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

background-color css

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

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

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

border-color css

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

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

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