Html Css Color HEX #D94187 Deep Cerise

📋 copy color: '#D94187'

red 217 ◦ green 65 ◦ blue 135

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

Shades of Deep Cerise #D94187

Tints of Deep Cerise #D94187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.37%

R = 52.04%
G = 15.59%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D94187 (or 0xD94187) is known color: Deep Cerise. HEX triplet: D9, 41 and 87. RGB value is (217,65,135). Sum of RGB (Red+Green+Blue) = 217+65+135=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D94187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94187 is #26BE78. Grayscale: #767676. Windows color (decimal): -2539129 or 8864217. OLE color: 8864217.

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

Color convert

RGB 217 65 135 -
CMYK 0 0.70 0.38 0.15
HSL 332.37º 0.67% 0.55% -
HSV(B) 332.37º 0.7% 0.85% -
XYZ 34.88 20.28 25 -
YUV 118.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 217 65 135 0 0.70 0.38 0.15 332.37 0.67 0.55
Hex D9 41 87 0 46 26 F 14C 43 37
Octal 331 101 207 0 106 46 17 514 103 67
Binary 11011001 1000001 10000111 0 1000110 100110 1111 101001100 1000011 110111

Color Harmonies of #D94187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94187

Black with #D94187

Text Example


Text Example

White with #D94187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94187; }

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

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

background-color css

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

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

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

border-color css

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

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

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