Html Css Color HEX #D93593 Deep Cerise

📋 copy color: '#D93593'

red 217 ◦ green 53 ◦ blue 147

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

Shades of Deep Cerise #D93593

Tints of Deep Cerise #D93593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.71%

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

R = 52.04%
G = 12.71%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D93593 (or 0xD93593) is known color: Deep Cerise. HEX triplet: D9, 35 and 93. RGB value is (217,53,147). Sum of RGB (Red+Green+Blue) = 217+53+147=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D93593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93593 is #26CA6C. Grayscale: #707070. Windows color (decimal): -2542189 or 9647577. OLE color: 9647577.

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

Color convert

RGB 217 53 147 -
CMYK 0 0.76 0.32 0.15
HSL 325.61º 0.68% 0.53% -
HSV(B) 325.61º 0.76% 0.85% -
XYZ 35.15 19.4 29.5 -
YUV 112.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 217 53 147 0 0.76 0.32 0.15 325.61 0.68 0.53
Hex D9 35 93 0 4C 20 F 146 44 35
Octal 331 65 223 0 114 40 17 506 104 65
Binary 11011001 110101 10010011 0 1001100 100000 1111 101000110 1000100 110101

Color Harmonies of #D93593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93593

Black with #D93593

Text Example


Text Example

White with #D93593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93593; }

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

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

background-color css

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

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

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

border-color css

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

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

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