Html Css Color HEX #D93297 Deep Cerise

📋 copy color: '#D93297'

red 217 ◦ green 50 ◦ blue 151

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

Shades of Deep Cerise #D93297

Tints of Deep Cerise #D93297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.96%

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

R = 51.91%
G = 11.96%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D93297 (or 0xD93297) is known color: Deep Cerise. HEX triplet: D9, 32 and 97. RGB value is (217,50,151). Sum of RGB (Red+Green+Blue) = 217+50+151=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D93297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93297 is #26CD68. Grayscale: #6F6F6F. Windows color (decimal): -2542953 or 9908953. OLE color: 9908953.

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

Color convert

RGB 217 50 151 -
CMYK 0 0.77 0.30 0.15
HSL 323.71º 0.69% 0.52% -
HSV(B) 323.71º 0.77% 0.85% -
XYZ 35.34 19.27 31.13 -
YUV 111.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 217 50 151 0 0.77 0.30 0.15 323.71 0.69 0.52
Hex D9 32 97 0 4D 1E F 144 45 34
Octal 331 62 227 0 115 36 17 504 105 64
Binary 11011001 110010 10010111 0 1001101 11110 1111 101000100 1000101 110100

Color Harmonies of #D93297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93297

Black with #D93297

Text Example


Text Example

White with #D93297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93297; }

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

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

background-color css

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

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

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

border-color css

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

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

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