Html Css Color HEX #D94194 Deep Cerise

📋 copy color: '#D94194'

red 217 ◦ green 65 ◦ blue 148

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

Shades of Deep Cerise #D94194

Tints of Deep Cerise #D94194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.12%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 50.47%
G = 15.12%
B = 34.42%

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

#D94194 (or 0xD94194) is known color: Deep Cerise. HEX triplet: D9, 41 and 94. RGB value is (217,65,148). Sum of RGB (Red+Green+Blue) = 217+65+148=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D94194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94194 is #26BE6B. Grayscale: #777777. Windows color (decimal): -2539116 or 9716185. OLE color: 9716185.

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

Color convert

RGB 217 65 148 -
CMYK 0 0.70 0.32 0.15
HSL 327.24º 0.67% 0.55% -
HSV(B) 327.24º 0.7% 0.85% -
XYZ 35.85 20.67 30.12 -
YUV 119.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 217 65 148 0 0.70 0.32 0.15 327.24 0.67 0.55
Hex D9 41 94 0 46 20 F 147 43 37
Octal 331 101 224 0 106 40 17 507 103 67
Binary 11011001 1000001 10010100 0 1000110 100000 1111 101000111 1000011 110111

Color Harmonies of #D94194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94194

Black with #D94194

Text Example


Text Example

White with #D94194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94194; }

 p { color: rgb(217,65,148); }

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

background-color css

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

 a { background-color: rgb(217,65,148); }

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

border-color css

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

 span { border-color: rgb(217,65,148); }

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