Html Css Color HEX #D93088 Deep Cerise

📋 copy color: '#D93088'

red 217 ◦ green 48 ◦ blue 136

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

Shades of Deep Cerise #D93088

Tints of Deep Cerise #D93088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 54.11%
G = 11.97%
B = 33.92%

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

#D93088 (or 0xD93088) is known color: Deep Cerise. HEX triplet: D9, 30 and 88. RGB value is (217,48,136). Sum of RGB (Red+Green+Blue) = 217+48+136=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D93088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93088 is #26CF77. Grayscale: #6C6C6C. Windows color (decimal): -2543480 or 8925401. OLE color: 8925401.

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

Color convert

RGB 217 48 136 -
CMYK 0 0.78 0.37 0.15
HSL 328.76º 0.69% 0.52% -
HSV(B) 328.76º 0.78% 0.85% -
XYZ 34.12 18.64 25.09 -
YUV 108.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 217 48 136 0 0.78 0.37 0.15 328.76 0.69 0.52
Hex D9 30 88 0 4E 25 F 149 45 34
Octal 331 60 210 0 116 45 17 511 105 64
Binary 11011001 110000 10001000 0 1001110 100101 1111 101001001 1000101 110100

Color Harmonies of #D93088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93088

Black with #D93088

Text Example


Text Example

White with #D93088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93088; }

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

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

background-color css

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

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

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

border-color css

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

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

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