Html Css Color HEX #D6485B Mandy

📋 copy color: '#D6485B'

red 214 ◦ green 72 ◦ blue 91

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

Shades of Mandy #D6485B

Tints of Mandy #D6485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 56.76%
G = 19.1%
B = 24.14%

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

#D6485B (or 0xD6485B) is known color: Mandy. HEX triplet: D6, 48 and 5B. RGB value is (214,72,91). Sum of RGB (Red+Green+Blue) = 214+72+91=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6485B is #29B7A4. Grayscale: #747474. Windows color (decimal): -2733989 or 5982422. OLE color: 5982422.

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

Color convert

RGB 214 72 91 -
CMYK 0 0.66 0.57 0.16
HSL 351.97º 0.63% 0.56% -
HSV(B) 351.97º 0.66% 0.84% -
XYZ 31.94 19.69 12.01 -
YUV 116.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 214 72 91 0 0.66 0.57 0.16 351.97 0.63 0.56
Hex D6 48 5B 0 42 39 10 160 3F 38
Octal 326 110 133 0 102 71 20 540 77 70
Binary 11010110 1001000 1011011 0 1000010 111001 10000 101100000 111111 111000

Color Harmonies of #D6485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6485B

Black with #D6485B

Text Example


Text Example

White with #D6485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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