Html Css Color HEX #D94293 Deep Cerise

📋 copy color: '#D94293'

red 217 ◦ green 66 ◦ blue 147

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

Shades of Deep Cerise #D94293

Tints of Deep Cerise #D94293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.35%

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

R = 50.47%
G = 15.35%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D94293 (or 0xD94293) is known color: Deep Cerise. HEX triplet: D9, 42 and 93. RGB value is (217,66,147). Sum of RGB (Red+Green+Blue) = 217+66+147=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D94293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94293 is #26BD6C. Grayscale: #787878. Windows color (decimal): -2538861 or 9650905. OLE color: 9650905.

HSL color Cylindrical-coordinate representation of color #D94293: hue angle of 327.81º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94293 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 147 -
CMYK 0 0.70 0.32 0.15
HSL 327.81º 0.67% 0.55% -
HSV(B) 327.81º 0.7% 0.85% -
XYZ 35.83 20.75 29.72 -
YUV 120.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 217 66 147 0 0.70 0.32 0.15 327.81 0.67 0.55
Hex D9 42 93 0 46 20 F 148 43 37
Octal 331 102 223 0 106 40 17 510 103 67
Binary 11011001 1000010 10010011 0 1000110 100000 1111 101001000 1000011 110111

Color Harmonies of #D94293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94293

Black with #D94293

Text Example


Text Example

White with #D94293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94293; }

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

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

background-color css

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

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

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

border-color css

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

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

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