Html Css Color HEX #D6454C Mandy

📋 copy color: '#D6454C'

red 214 ◦ green 69 ◦ blue 76

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

Shades of Mandy #D6454C

Tints of Mandy #D6454C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 59.61%
G = 19.22%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6454C (or 0xD6454C) is known color: Mandy. HEX triplet: D6, 45 and 4C. RGB value is (214,69,76). Sum of RGB (Red+Green+Blue) = 214+69+76=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6454C is #29BAB3. Grayscale: #717171. Windows color (decimal): -2734772 or 4998614. OLE color: 4998614.

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

Color convert

RGB 214 69 76 -
CMYK 0 0.68 0.64 0.16
HSL 357.1º 0.64% 0.55% -
HSV(B) 357.1º 0.68% 0.84% -
XYZ 31.16 19.07 8.88 -
YUV 113.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 214 69 76 0 0.68 0.64 0.16 357.1 0.64 0.55
Hex D6 45 4C 0 44 40 10 165 40 37
Octal 326 105 114 0 104 100 20 545 100 67
Binary 11010110 1000101 1001100 0 1000100 1000000 10000 101100101 1000000 110111

Color Harmonies of #D6454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6454C

Black with #D6454C

Text Example


Text Example

White with #D6454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6454C; }

 p { color: rgb(214,69,76); }

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

background-color css

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

 a { background-color: rgb(214,69,76); }

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

border-color css

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

 span { border-color: rgb(214,69,76); }

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