Html Css Color HEX #D6484F Mandy

📋 copy color: '#D6484F'

red 214 ◦ green 72 ◦ blue 79

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

Shades of Mandy #D6484F

Tints of Mandy #D6484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 58.63%
G = 19.73%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6484F (or 0xD6484F) is known color: Mandy. HEX triplet: D6, 48 and 4F. RGB value is (214,72,79). Sum of RGB (Red+Green+Blue) = 214+72+79=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D6484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6484F is #29B7B0. Grayscale: #737373. Windows color (decimal): -2734001 or 5195990. OLE color: 5195990.

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

Color convert

RGB 214 72 79 -
CMYK 0 0.66 0.63 0.16
HSL 357.04º 0.63% 0.56% -
HSV(B) 357.04º 0.66% 0.84% -
XYZ 31.46 19.5 9.5 -
YUV 115.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 214 72 79 0 0.66 0.63 0.16 357.04 0.63 0.56
Hex D6 48 4F 0 42 3F 10 165 3F 38
Octal 326 110 117 0 102 77 20 545 77 70
Binary 11010110 1001000 1001111 0 1000010 111111 10000 101100101 111111 111000

Color Harmonies of #D6484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6484F

Black with #D6484F

Text Example


Text Example

White with #D6484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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