Html Css Color HEX #D6495A Mandy

📋 copy color: '#D6495A'

red 214 ◦ green 73 ◦ blue 90

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

Shades of Mandy #D6495A

Tints of Mandy #D6495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

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

R = 56.76%
G = 19.36%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6495A (or 0xD6495A) is known color: Mandy. HEX triplet: D6, 49 and 5A. RGB value is (214,73,90). Sum of RGB (Red+Green+Blue) = 214+73+90=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6495A is #29B6A5. Grayscale: #757575. Windows color (decimal): -2733734 or 5917142. OLE color: 5917142.

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

Color convert

RGB 214 73 90 -
CMYK 0 0.66 0.58 0.16
HSL 352.77º 0.63% 0.56% -
HSV(B) 352.77º 0.66% 0.84% -
XYZ 31.96 19.8 11.81 -
YUV 117.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 214 73 90 0 0.66 0.58 0.16 352.77 0.63 0.56
Hex D6 49 5A 0 42 3A 10 161 3F 38
Octal 326 111 132 0 102 72 20 541 77 70
Binary 11010110 1001001 1011010 0 1000010 111010 10000 101100001 111111 111000

Color Harmonies of #D6495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6495A

Black with #D6495A

Text Example


Text Example

White with #D6495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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