Html Css Color HEX #D6485D Mandy

📋 copy color: '#D6485D'

red 214 ◦ green 72 ◦ blue 93

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

Shades of Mandy #D6485D

Tints of Mandy #D6485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 56.46%
G = 19%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6485D (or 0xD6485D) is known color: Mandy. HEX triplet: D6, 48 and 5D. RGB value is (214,72,93). Sum of RGB (Red+Green+Blue) = 214+72+93=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6485D is #29B7A2. Grayscale: #747474. Windows color (decimal): -2733987 or 6113494. OLE color: 6113494.

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

Color convert

RGB 214 72 93 -
CMYK 0 0.66 0.57 0.16
HSL 351.13º 0.63% 0.56% -
HSV(B) 351.13º 0.66% 0.84% -
XYZ 32.02 19.72 12.47 -
YUV 116.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 214 72 93 0 0.66 0.57 0.16 351.13 0.63 0.56
Hex D6 48 5D 0 42 39 10 15F 3F 38
Octal 326 110 135 0 102 71 20 537 77 70
Binary 11010110 1001000 1011101 0 1000010 111001 10000 101011111 111111 111000

Color Harmonies of #D6485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6485D

Black with #D6485D

Text Example


Text Example

White with #D6485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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