Html Css Color HEX #D93090 Deep Cerise

📋 copy color: '#D93090'

red 217 ◦ green 48 ◦ blue 144

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

Shades of Deep Cerise #D93090

Tints of Deep Cerise #D93090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 53.06%
G = 11.74%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D93090 (or 0xD93090) is known color: Deep Cerise. HEX triplet: D9, 30 and 90. RGB value is (217,48,144). Sum of RGB (Red+Green+Blue) = 217+48+144=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D93090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93090 is #26CF6F. Grayscale: #6D6D6D. Windows color (decimal): -2543472 or 9449689. OLE color: 9449689.

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

Color convert

RGB 217 48 144 -
CMYK 0 0.78 0.34 0.15
HSL 325.92º 0.69% 0.52% -
HSV(B) 325.92º 0.78% 0.85% -
XYZ 34.71 18.88 28.2 -
YUV 109.48 147.49 204.69 -
System Red Green Blue C M Y K H S L
Decimal 217 48 144 0 0.78 0.34 0.15 325.92 0.69 0.52
Hex D9 30 90 0 4E 22 F 146 45 34
Octal 331 60 220 0 116 42 17 506 105 64
Binary 11011001 110000 10010000 0 1001110 100010 1111 101000110 1000101 110100

Color Harmonies of #D93090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93090

Black with #D93090

Text Example


Text Example

White with #D93090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93090; }

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

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

background-color css

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

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

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

border-color css

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

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

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