Html Css Color HEX #D6595A Mandy

📋 copy color: '#D6595A'

red 214 ◦ green 89 ◦ blue 90

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

Shades of Mandy #D6595A

Tints of Mandy #D6595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 54.45%
G = 22.65%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6595A (or 0xD6595A) is known color: Mandy. HEX triplet: D6, 59 and 5A. RGB value is (214,89,90). Sum of RGB (Red+Green+Blue) = 214+89+90=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6595A is #29A6A5. Grayscale: #7E7E7E. Windows color (decimal): -2729638 or 5921238. OLE color: 5921238.

HSL color Cylindrical-coordinate representation of color #D6595A: hue angle of 359.52º 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 #D6595A is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 90 -
CMYK 0 0.58 0.58 0.16
HSL 359.52º 0.6% 0.59% -
HSV(B) 359.52º 0.58% 0.84% -
XYZ 33.15 22.18 12.21 -
YUV 126.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 214 89 90 0 0.58 0.58 0.16 359.52 0.6 0.59
Hex D6 59 5A 0 3A 3A 10 168 3C 3B
Octal 326 131 132 0 72 72 20 550 74 73
Binary 11010110 1011001 1011010 0 111010 111010 10000 101101000 111100 111011

Color Harmonies of #D6595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6595A

Black with #D6595A

Text Example


Text Example

White with #D6595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6595A; }

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

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

background-color css

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

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

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

border-color css

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

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

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