Html Css Color HEX #D93490 Deep Cerise

📋 copy color: '#D93490'

red 217 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #D93490

Tints of Deep Cerise #D93490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

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

R = 52.54%
G = 12.59%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D93490 (or 0xD93490) is known color: Deep Cerise. HEX triplet: D9, 34 and 90. RGB value is (217,52,144). Sum of RGB (Red+Green+Blue) = 217+52+144=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D93490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93490 is #26CB6F. Grayscale: #6F6F6F. Windows color (decimal): -2542448 or 9450713. OLE color: 9450713.

HSL color Cylindrical-coordinate representation of color #D93490: hue angle of 326.55º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93490 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 144 -
CMYK 0 0.76 0.34 0.15
HSL 326.55º 0.68% 0.53% -
HSV(B) 326.55º 0.76% 0.85% -
XYZ 34.88 19.22 28.26 -
YUV 111.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 217 52 144 0 0.76 0.34 0.15 326.55 0.68 0.53
Hex D9 34 90 0 4C 22 F 147 44 35
Octal 331 64 220 0 114 42 17 507 104 65
Binary 11011001 110100 10010000 0 1001100 100010 1111 101000111 1000100 110101

Color Harmonies of #D93490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93490

Black with #D93490

Text Example


Text Example

White with #D93490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93490; }

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

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

background-color css

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

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

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

border-color css

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

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

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