Html Css Color HEX #D6475D Mandy

📋 copy color: '#D6475D'

red 214 ◦ green 71 ◦ blue 93

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

Shades of Mandy #D6475D

Tints of Mandy #D6475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

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

R = 56.61%
G = 18.78%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6475D (or 0xD6475D) is known color: Mandy. HEX triplet: D6, 47 and 5D. RGB value is (214,71,93). Sum of RGB (Red+Green+Blue) = 214+71+93=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6475D is #29B8A2. Grayscale: #747474. Windows color (decimal): -2734243 or 6113238. OLE color: 6113238.

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

Color convert

RGB 214 71 93 -
CMYK 0 0.67 0.57 0.16
HSL 350.77º 0.64% 0.56% -
HSV(B) 350.77º 0.67% 0.84% -
XYZ 31.96 19.59 12.45 -
YUV 116.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 214 71 93 0 0.67 0.57 0.16 350.77 0.64 0.56
Hex D6 47 5D 0 43 39 10 15F 40 38
Octal 326 107 135 0 103 71 20 537 100 70
Binary 11010110 1000111 1011101 0 1000011 111001 10000 101011111 1000000 111000

Color Harmonies of #D6475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6475D

Black with #D6475D

Text Example


Text Example

White with #D6475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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