Html Css Color HEX #D93086 Deep Cerise

📋 copy color: '#D93086'

red 217 ◦ green 48 ◦ blue 134

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

Shades of Deep Cerise #D93086

Tints of Deep Cerise #D93086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.58%

R = 54.39%
G = 12.03%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D93086 (or 0xD93086) is known color: Deep Cerise. HEX triplet: D9, 30 and 86. RGB value is (217,48,134). Sum of RGB (Red+Green+Blue) = 217+48+134=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D93086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93086 is #26CF79. Grayscale: #6C6C6C. Windows color (decimal): -2543482 or 8794329. OLE color: 8794329.

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

Color convert

RGB 217 48 134 -
CMYK 0 0.78 0.38 0.15
HSL 329.47º 0.69% 0.52% -
HSV(B) 329.47º 0.78% 0.85% -
XYZ 33.98 18.59 24.35 -
YUV 108.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 217 48 134 0 0.78 0.38 0.15 329.47 0.69 0.52
Hex D9 30 86 0 4E 26 F 149 45 34
Octal 331 60 206 0 116 46 17 511 105 64
Binary 11011001 110000 10000110 0 1001110 100110 1111 101001001 1000101 110100

Color Harmonies of #D93086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93086

Black with #D93086

Text Example


Text Example

White with #D93086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93086; }

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

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

background-color css

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

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

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

border-color css

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

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

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