Html Css Color HEX #D94184 Deep Cerise

📋 copy color: '#D94184'

red 217 ◦ green 65 ◦ blue 132

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

Shades of Deep Cerise #D94184

Tints of Deep Cerise #D94184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 52.42%
G = 15.7%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D94184 (or 0xD94184) is known color: Deep Cerise. HEX triplet: D9, 41 and 84. RGB value is (217,65,132). Sum of RGB (Red+Green+Blue) = 217+65+132=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D94184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94184 is #26BE7B. Grayscale: #757575. Windows color (decimal): -2539132 or 8667609. OLE color: 8667609.

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

Color convert

RGB 217 65 132 -
CMYK 0 0.70 0.39 0.15
HSL 333.55º 0.67% 0.55% -
HSV(B) 333.55º 0.7% 0.85% -
XYZ 34.67 20.2 23.9 -
YUV 118.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 217 65 132 0 0.70 0.39 0.15 333.55 0.67 0.55
Hex D9 41 84 0 46 27 F 14E 43 37
Octal 331 101 204 0 106 47 17 516 103 67
Binary 11011001 1000001 10000100 0 1000110 100111 1111 101001110 1000011 110111

Color Harmonies of #D94184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94184

Black with #D94184

Text Example


Text Example

White with #D94184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94184; }

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

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

background-color css

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

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

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

border-color css

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

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

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