Html Css Color HEX #D6485A Mandy

📋 copy color: '#D6485A'

red 214 ◦ green 72 ◦ blue 90

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

Shades of Mandy #D6485A

Tints of Mandy #D6485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

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

R = 56.91%
G = 19.15%
B = 23.94%

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

#D6485A (or 0xD6485A) is known color: Mandy. HEX triplet: D6, 48 and 5A. RGB value is (214,72,90). Sum of RGB (Red+Green+Blue) = 214+72+90=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6485A is #29B7A5. Grayscale: #747474. Windows color (decimal): -2733990 or 5916886. OLE color: 5916886.

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

Color convert

RGB 214 72 90 -
CMYK 0 0.66 0.58 0.16
HSL 352.39º 0.63% 0.56% -
HSV(B) 352.39º 0.66% 0.84% -
XYZ 31.89 19.67 11.79 -
YUV 116.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 214 72 90 0 0.66 0.58 0.16 352.39 0.63 0.56
Hex D6 48 5A 0 42 3A 10 160 3F 38
Octal 326 110 132 0 102 72 20 540 77 70
Binary 11010110 1001000 1011010 0 1000010 111010 10000 101100000 111111 111000

Color Harmonies of #D6485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6485A

Black with #D6485A

Text Example


Text Example

White with #D6485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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