Html Css Color HEX #D93097 Deep Cerise

📋 copy color: '#D93097'

red 217 ◦ green 48 ◦ blue 151

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

Shades of Deep Cerise #D93097

Tints of Deep Cerise #D93097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 52.16%
G = 11.54%
B = 36.3%

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

#D93097 (or 0xD93097) is known color: Deep Cerise. HEX triplet: D9, 30 and 97. RGB value is (217,48,151). Sum of RGB (Red+Green+Blue) = 217+48+151=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D93097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93097 is #26CF68. Grayscale: #6E6E6E. Windows color (decimal): -2543465 or 9908441. OLE color: 9908441.

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

Color convert

RGB 217 48 151 -
CMYK 0 0.78 0.30 0.15
HSL 323.43º 0.69% 0.52% -
HSV(B) 323.43º 0.78% 0.85% -
XYZ 35.26 19.1 31.11 -
YUV 110.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 217 48 151 0 0.78 0.30 0.15 323.43 0.69 0.52
Hex D9 30 97 0 4E 1E F 143 45 34
Octal 331 60 227 0 116 36 17 503 105 64
Binary 11011001 110000 10010111 0 1001110 11110 1111 101000011 1000101 110100

Color Harmonies of #D93097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93097

Black with #D93097

Text Example


Text Example

White with #D93097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93097; }

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

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

background-color css

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

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

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

border-color css

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

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

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