Html Css Color HEX #D8454A Mandy

📋 copy color: '#D8454A'

red 216 ◦ green 69 ◦ blue 74

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

Shades of Mandy #D8454A

Tints of Mandy #D8454A

RGB

 RED value IS 216 (84.77% from 255) = 60.17%

 GREEN value IS 69 (27.34% from 255) = 19.22%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 60.17%
G = 19.22%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8454A (or 0xD8454A) is known color: Mandy. HEX triplet: D8, 45 and 4A. RGB value is (216,69,74). Sum of RGB (Red+Green+Blue) = 216+69+74=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8454A is #27BAB5. Grayscale: #717171. Windows color (decimal): -2603702 or 4867544. OLE color: 4867544.

HSL color Cylindrical-coordinate representation of color #D8454A: hue angle of 357.96º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8454A is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 74 -
CMYK 0 0.68 0.66 0.15
HSL 357.96º 0.65% 0.56% -
HSV(B) 357.96º 0.68% 0.85% -
XYZ 31.68 19.35 8.54 -
YUV 113.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 216 69 74 0 0.68 0.66 0.15 357.96 0.65 0.56
Hex D8 45 4A 0 44 42 F 166 41 38
Octal 330 105 112 0 104 102 17 546 101 70
Binary 11011000 1000101 1001010 0 1000100 1000010 1111 101100110 1000001 111000

Color Harmonies of #D8454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8454A

Black with #D8454A

Text Example


Text Example

White with #D8454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8454A; }

 p { color: rgb(216,69,74); }

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

background-color css

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

 a { background-color: rgb(216,69,74); }

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

border-color css

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

 span { border-color: rgb(216,69,74); }

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