Html Css Color HEX #D94351 Mandy

📋 copy color: '#D94351'

red 217 ◦ green 67 ◦ blue 81

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

Shades of Mandy #D94351

Tints of Mandy #D94351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 59.45%
G = 18.36%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D94351 (or 0xD94351) is known color: Mandy. HEX triplet: D9, 43 and 51. RGB value is (217,67,81). Sum of RGB (Red+Green+Blue) = 217+67+81=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D94351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94351 is #26BCAE. Grayscale: #717171. Windows color (decimal): -2538671 or 5325785. OLE color: 5325785.

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

Color convert

RGB 217 67 81 -
CMYK 0 0.69 0.63 0.15
HSL 354.4º 0.66% 0.56% -
HSV(B) 354.4º 0.69% 0.85% -
XYZ 32.11 19.36 9.83 -
YUV 113.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 217 67 81 0 0.69 0.63 0.15 354.4 0.66 0.56
Hex D9 43 51 0 45 3F F 162 42 38
Octal 331 103 121 0 105 77 17 542 102 70
Binary 11011001 1000011 1010001 0 1000101 111111 1111 101100010 1000010 111000

Color Harmonies of #D94351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94351

Black with #D94351

Text Example


Text Example

White with #D94351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94351; }

 p { color: rgb(217,67,81); }

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

background-color css

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

 a { background-color: rgb(217,67,81); }

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

border-color css

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

 span { border-color: rgb(217,67,81); }

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