Html Css Color HEX #D6505E Mandy

📋 copy color: '#D6505E'

red 214 ◦ green 80 ◦ blue 94

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

Shades of Mandy #D6505E

Tints of Mandy #D6505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 55.15%
G = 20.62%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6505E (or 0xD6505E) is known color: Mandy. HEX triplet: D6, 50 and 5E. RGB value is (214,80,94). Sum of RGB (Red+Green+Blue) = 214+80+94=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6505E is #29AFA1. Grayscale: #797979. Windows color (decimal): -2731938 or 6181078. OLE color: 6181078.

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

Color convert

RGB 214 80 94 -
CMYK 0 0.63 0.56 0.16
HSL 353.73º 0.62% 0.58% -
HSV(B) 353.73º 0.63% 0.84% -
XYZ 32.62 20.84 12.89 -
YUV 121.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 214 80 94 0 0.63 0.56 0.16 353.73 0.62 0.58
Hex D6 50 5E 0 3F 38 10 162 3E 3A
Octal 326 120 136 0 77 70 20 542 76 72
Binary 11010110 1010000 1011110 0 111111 111000 10000 101100010 111110 111010

Color Harmonies of #D6505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6505E

Black with #D6505E

Text Example


Text Example

White with #D6505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6505E; }

 p { color: rgb(214,80,94); }

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

background-color css

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

 a { background-color: rgb(214,80,94); }

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

border-color css

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

 span { border-color: rgb(214,80,94); }

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