Html Css Color HEX #D93290 Deep Cerise

📋 copy color: '#D93290'

red 217 ◦ green 50 ◦ blue 144

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

Shades of Deep Cerise #D93290

Tints of Deep Cerise #D93290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.17%

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

R = 52.8%
G = 12.17%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D93290 (or 0xD93290) is known color: Deep Cerise. HEX triplet: D9, 32 and 90. RGB value is (217,50,144). Sum of RGB (Red+Green+Blue) = 217+50+144=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D93290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93290 is #26CD6F. Grayscale: #6E6E6E. Windows color (decimal): -2542960 or 9450201. OLE color: 9450201.

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

Color convert

RGB 217 50 144 -
CMYK 0 0.77 0.34 0.15
HSL 326.23º 0.69% 0.52% -
HSV(B) 326.23º 0.77% 0.85% -
XYZ 34.79 19.05 28.23 -
YUV 110.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 217 50 144 0 0.77 0.34 0.15 326.23 0.69 0.52
Hex D9 32 90 0 4D 22 F 146 45 34
Octal 331 62 220 0 115 42 17 506 105 64
Binary 11011001 110010 10010000 0 1001101 100010 1111 101000110 1000101 110100

Color Harmonies of #D93290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93290

Black with #D93290

Text Example


Text Example

White with #D93290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93290; }

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

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

background-color css

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

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

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

border-color css

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

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

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