Html Css Color HEX #D93390 Deep Cerise

📋 copy color: '#D93390'

red 217 ◦ green 51 ◦ blue 144

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

Shades of Deep Cerise #D93390

Tints of Deep Cerise #D93390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.38%

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

R = 52.67%
G = 12.38%
B = 34.95%

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

#D93390 (or 0xD93390) is known color: Deep Cerise. HEX triplet: D9, 33 and 90. RGB value is (217,51,144). Sum of RGB (Red+Green+Blue) = 217+51+144=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D93390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93390 is #26CC6F. Grayscale: #6F6F6F. Windows color (decimal): -2542704 or 9450457. OLE color: 9450457.

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

Color convert

RGB 217 51 144 -
CMYK 0 0.76 0.34 0.15
HSL 326.39º 0.69% 0.53% -
HSV(B) 326.39º 0.76% 0.85% -
XYZ 34.83 19.13 28.24 -
YUV 111.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 217 51 144 0 0.76 0.34 0.15 326.39 0.69 0.53
Hex D9 33 90 0 4C 22 F 146 45 35
Octal 331 63 220 0 114 42 17 506 105 65
Binary 11011001 110011 10010000 0 1001100 100010 1111 101000110 1000101 110101

Color Harmonies of #D93390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93390

Black with #D93390

Text Example


Text Example

White with #D93390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93390; }

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

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

background-color css

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

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

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

border-color css

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

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

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