Html Css Color HEX #D94493 Deep Cerise

📋 copy color: '#D94493'

red 217 ◦ green 68 ◦ blue 147

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

Shades of Deep Cerise #D94493

Tints of Deep Cerise #D94493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.74%

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

R = 50.23%
G = 15.74%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D94493 (or 0xD94493) is known color: Deep Cerise. HEX triplet: D9, 44 and 93. RGB value is (217,68,147). Sum of RGB (Red+Green+Blue) = 217+68+147=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D94493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94493 is #26BB6C. Grayscale: #797979. Windows color (decimal): -2538349 or 9651417. OLE color: 9651417.

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

Color convert

RGB 217 68 147 -
CMYK 0 0.69 0.32 0.15
HSL 328.19º 0.66% 0.56% -
HSV(B) 328.19º 0.69% 0.85% -
XYZ 35.95 20.99 29.76 -
YUV 121.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 217 68 147 0 0.69 0.32 0.15 328.19 0.66 0.56
Hex D9 44 93 0 45 20 F 148 42 38
Octal 331 104 223 0 105 40 17 510 102 70
Binary 11011001 1000100 10010011 0 1000101 100000 1111 101001000 1000010 111000

Color Harmonies of #D94493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94493

Black with #D94493

Text Example


Text Example

White with #D94493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94493; }

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

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

background-color css

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

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

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

border-color css

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

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

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