Html Css Color HEX #D95965 Mandy

📋 copy color: '#D95965'

red 217 ◦ green 89 ◦ blue 101

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

Shades of Mandy #D95965

Tints of Mandy #D95965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 101 (39.84% from 255) = 24.82%

R = 53.32%
G = 21.87%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D95965 (or 0xD95965) is known color: Mandy. HEX triplet: D9, 59 and 65. RGB value is (217,89,101). Sum of RGB (Red+Green+Blue) = 217+89+101=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D95965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95965 is #26A69A. Grayscale: #808080. Windows color (decimal): -2533019 or 6642137. OLE color: 6642137.

HSL color Cylindrical-coordinate representation of color #D95965: hue angle of 354.38º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95965 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 101 -
CMYK 0 0.59 0.53 0.15
HSL 354.38º 0.63% 0.6% -
HSV(B) 354.38º 0.59% 0.85% -
XYZ 34.54 22.84 14.9 -
YUV 128.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 217 89 101 0 0.59 0.53 0.15 354.38 0.63 0.6
Hex D9 59 65 0 3B 35 F 162 3F 3C
Octal 331 131 145 0 73 65 17 542 77 74
Binary 11011001 1011001 1100101 0 111011 110101 1111 101100010 111111 111100

Color Harmonies of #D95965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95965

Black with #D95965

Text Example


Text Example

White with #D95965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95965; }

 p { color: rgb(217,89,101); }

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

background-color css

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

 a { background-color: rgb(217,89,101); }

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

border-color css

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

 span { border-color: rgb(217,89,101); }

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