Html Css Color HEX #D93091 Deep Cerise

📋 copy color: '#D93091'

red 217 ◦ green 48 ◦ blue 145

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

Shades of Deep Cerise #D93091

Tints of Deep Cerise #D93091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 52.93%
G = 11.71%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93091 (or 0xD93091) is known color: Deep Cerise. HEX triplet: D9, 30 and 91. RGB value is (217,48,145). Sum of RGB (Red+Green+Blue) = 217+48+145=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D93091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93091 is #26CF6E. Grayscale: #6D6D6D. Windows color (decimal): -2543471 or 9515225. OLE color: 9515225.

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

Color convert

RGB 217 48 145 -
CMYK 0 0.78 0.33 0.15
HSL 325.56º 0.69% 0.52% -
HSV(B) 325.56º 0.78% 0.85% -
XYZ 34.78 18.91 28.6 -
YUV 109.59 147.99 204.61 -
System Red Green Blue C M Y K H S L
Decimal 217 48 145 0 0.78 0.33 0.15 325.56 0.69 0.52
Hex D9 30 91 0 4E 21 F 146 45 34
Octal 331 60 221 0 116 41 17 506 105 64
Binary 11011001 110000 10010001 0 1001110 100001 1111 101000110 1000101 110100

Color Harmonies of #D93091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93091

Black with #D93091

Text Example


Text Example

White with #D93091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93091; }

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

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

background-color css

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

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

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

border-color css

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

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

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