Html Css Color HEX #D93089 Deep Cerise

📋 copy color: '#D93089'

red 217 ◦ green 48 ◦ blue 137

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

Shades of Deep Cerise #D93089

Tints of Deep Cerise #D93089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.08%

R = 53.98%
G = 11.94%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D93089 (or 0xD93089) is known color: Deep Cerise. HEX triplet: D9, 30 and 89. RGB value is (217,48,137). Sum of RGB (Red+Green+Blue) = 217+48+137=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D93089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93089 is #26CF76. Grayscale: #6C6C6C. Windows color (decimal): -2543479 or 8990937. OLE color: 8990937.

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

Color convert

RGB 217 48 137 -
CMYK 0 0.78 0.37 0.15
HSL 328.4º 0.69% 0.52% -
HSV(B) 328.4º 0.78% 0.85% -
XYZ 34.19 18.67 25.47 -
YUV 108.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 217 48 137 0 0.78 0.37 0.15 328.4 0.69 0.52
Hex D9 30 89 0 4E 25 F 148 45 34
Octal 331 60 211 0 116 45 17 510 105 64
Binary 11011001 110000 10001001 0 1001110 100101 1111 101001000 1000101 110100

Color Harmonies of #D93089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93089

Black with #D93089

Text Example


Text Example

White with #D93089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93089; }

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

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

background-color css

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

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

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

border-color css

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

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

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