Html Css Color HEX #D6595C Mandy

📋 copy color: '#D6595C'

red 214 ◦ green 89 ◦ blue 92

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

Shades of Mandy #D6595C

Tints of Mandy #D6595C

RGB

 RED value IS 214 (83.98% from 255) = 54.18%

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

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 54.18%
G = 22.53%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6595C (or 0xD6595C) is known color: Mandy. HEX triplet: D6, 59 and 5C. RGB value is (214,89,92). Sum of RGB (Red+Green+Blue) = 214+89+92=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6595C is #29A6A3. Grayscale: #7E7E7E. Windows color (decimal): -2729636 or 6052310. OLE color: 6052310.

HSL color Cylindrical-coordinate representation of color #D6595C: hue angle of 358.56º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6595C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 92 -
CMYK 0 0.58 0.57 0.16
HSL 358.56º 0.6% 0.59% -
HSV(B) 358.56º 0.58% 0.84% -
XYZ 33.24 22.21 12.66 -
YUV 126.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 214 89 92 0 0.58 0.57 0.16 358.56 0.6 0.59
Hex D6 59 5C 0 3A 39 10 167 3C 3B
Octal 326 131 134 0 72 71 20 547 74 73
Binary 11010110 1011001 1011100 0 111010 111001 10000 101100111 111100 111011

Color Harmonies of #D6595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6595C

Black with #D6595C

Text Example


Text Example

White with #D6595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6595C; }

 p { color: rgb(214,89,92); }

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

background-color css

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

 a { background-color: rgb(214,89,92); }

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

border-color css

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

 span { border-color: rgb(214,89,92); }

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