Html Css Color HEX #D93095 Deep Cerise

📋 copy color: '#D93095'

red 217 ◦ green 48 ◦ blue 149

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

Shades of Deep Cerise #D93095

Tints of Deep Cerise #D93095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 52.42%
G = 11.59%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D93095 (or 0xD93095) is known color: Deep Cerise. HEX triplet: D9, 30 and 95. RGB value is (217,48,149). Sum of RGB (Red+Green+Blue) = 217+48+149=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D93095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93095 is #26CF6A. Grayscale: #6D6D6D. Windows color (decimal): -2543467 or 9777369. OLE color: 9777369.

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

Color convert

RGB 217 48 149 -
CMYK 0 0.78 0.31 0.15
HSL 324.14º 0.69% 0.52% -
HSV(B) 324.14º 0.78% 0.85% -
XYZ 35.1 19.04 30.26 -
YUV 110.05 149.99 204.29 -
System Red Green Blue C M Y K H S L
Decimal 217 48 149 0 0.78 0.31 0.15 324.14 0.69 0.52
Hex D9 30 95 0 4E 1F F 144 45 34
Octal 331 60 225 0 116 37 17 504 105 64
Binary 11011001 110000 10010101 0 1001110 11111 1111 101000100 1000101 110100

Color Harmonies of #D93095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93095

Black with #D93095

Text Example


Text Example

White with #D93095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93095; }

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

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

background-color css

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

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

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

border-color css

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

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

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