Html Css Color HEX #D7484F Mandy

📋 copy color: '#D7484F'

red 215 ◦ green 72 ◦ blue 79

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

Shades of Mandy #D7484F

Tints of Mandy #D7484F

RGB

 RED value IS 215 (84.38% from 255) = 58.74%

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

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

R = 58.74%
G = 19.67%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7484F (or 0xD7484F) is known color: Mandy. HEX triplet: D7, 48 and 4F. RGB value is (215,72,79). Sum of RGB (Red+Green+Blue) = 215+72+79=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D7484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7484F is #28B7B0. Grayscale: #737373. Windows color (decimal): -2668465 or 5195991. OLE color: 5195991.

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

Color convert

RGB 215 72 79 -
CMYK 0 0.67 0.63 0.16
HSL 357.06º 0.64% 0.56% -
HSV(B) 357.06º 0.67% 0.84% -
XYZ 31.75 19.65 9.52 -
YUV 115.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 215 72 79 0 0.67 0.63 0.16 357.06 0.64 0.56
Hex D7 48 4F 0 43 3F 10 165 40 38
Octal 327 110 117 0 103 77 20 545 100 70
Binary 11010111 1001000 1001111 0 1000011 111111 10000 101100101 1000000 111000

Color Harmonies of #D7484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7484F

Black with #D7484F

Text Example


Text Example

White with #D7484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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