Html Css Color HEX #D6474B Mandy

📋 copy color: '#D6474B'

red 214 ◦ green 71 ◦ blue 75

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

Shades of Mandy #D6474B

Tints of Mandy #D6474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 59.44%
G = 19.72%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6474B (or 0xD6474B) is known color: Mandy. HEX triplet: D6, 47 and 4B. RGB value is (214,71,75). Sum of RGB (Red+Green+Blue) = 214+71+75=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6474B is #29B8B4. Grayscale: #727272. Windows color (decimal): -2734261 or 4933590. OLE color: 4933590.

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

Color convert

RGB 214 71 75 -
CMYK 0 0.67 0.65 0.16
HSL 358.32º 0.64% 0.56% -
HSV(B) 358.32º 0.67% 0.84% -
XYZ 31.25 19.31 8.74 -
YUV 114.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 214 71 75 0 0.67 0.65 0.16 358.32 0.64 0.56
Hex D6 47 4B 0 43 41 10 166 40 38
Octal 326 107 113 0 103 101 20 546 100 70
Binary 11010110 1000111 1001011 0 1000011 1000001 10000 101100110 1000000 111000

Color Harmonies of #D6474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6474B

Black with #D6474B

Text Example


Text Example

White with #D6474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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