Html Css Color HEX #D93693 Deep Cerise

📋 copy color: '#D93693'

red 217 ◦ green 54 ◦ blue 147

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

Shades of Deep Cerise #D93693

Tints of Deep Cerise #D93693

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.92%

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

R = 51.91%
G = 12.92%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D93693 (or 0xD93693) is known color: Deep Cerise. HEX triplet: D9, 36 and 93. RGB value is (217,54,147). Sum of RGB (Red+Green+Blue) = 217+54+147=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D93693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93693 is #26C96C. Grayscale: #717171. Windows color (decimal): -2541933 or 9647833. OLE color: 9647833.

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

Color convert

RGB 217 54 147 -
CMYK 0 0.75 0.32 0.15
HSL 325.77º 0.68% 0.53% -
HSV(B) 325.77º 0.75% 0.85% -
XYZ 35.2 19.5 29.51 -
YUV 113.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 217 54 147 0 0.75 0.32 0.15 325.77 0.68 0.53
Hex D9 36 93 0 4B 20 F 146 44 35
Octal 331 66 223 0 113 40 17 506 104 65
Binary 11011001 110110 10010011 0 1001011 100000 1111 101000110 1000100 110101

Color Harmonies of #D93693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93693

Black with #D93693

Text Example


Text Example

White with #D93693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93693; }

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

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

background-color css

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

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

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

border-color css

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

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

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