Html Css Color HEX #D93293 Deep Cerise

📋 copy color: '#D93293'

red 217 ◦ green 50 ◦ blue 147

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

Shades of Deep Cerise #D93293

Tints of Deep Cerise #D93293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 52.42%
G = 12.08%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D93293 (or 0xD93293) is known color: Deep Cerise. HEX triplet: D9, 32 and 93. RGB value is (217,50,147). Sum of RGB (Red+Green+Blue) = 217+50+147=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D93293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93293 is #26CD6C. Grayscale: #6E6E6E. Windows color (decimal): -2542957 or 9646809. OLE color: 9646809.

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

Color convert

RGB 217 50 147 -
CMYK 0 0.77 0.32 0.15
HSL 325.15º 0.69% 0.52% -
HSV(B) 325.15º 0.77% 0.85% -
XYZ 35.02 19.14 29.45 -
YUV 110.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 217 50 147 0 0.77 0.32 0.15 325.15 0.69 0.52
Hex D9 32 93 0 4D 20 F 145 45 34
Octal 331 62 223 0 115 40 17 505 105 64
Binary 11011001 110010 10010011 0 1001101 100000 1111 101000101 1000101 110100

Color Harmonies of #D93293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93293

Black with #D93293

Text Example


Text Example

White with #D93293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93293; }

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

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

background-color css

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

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

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

border-color css

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

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

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