Html Css Color HEX #D6454A Mandy

📋 copy color: '#D6454A'

red 214 ◦ green 69 ◦ blue 74

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

Shades of Mandy #D6454A

Tints of Mandy #D6454A

RGB

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

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

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

R = 59.94%
G = 19.33%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6454A (or 0xD6454A) is known color: Mandy. HEX triplet: D6, 45 and 4A. RGB value is (214,69,74). Sum of RGB (Red+Green+Blue) = 214+69+74=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6454A is #29BAB5. Grayscale: #717171. Windows color (decimal): -2734774 or 4867542. OLE color: 4867542.

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

Color convert

RGB 214 69 74 -
CMYK 0 0.68 0.65 0.16
HSL 357.93º 0.64% 0.55% -
HSV(B) 357.93º 0.68% 0.84% -
XYZ 31.1 19.05 8.52 -
YUV 112.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 214 69 74 0 0.68 0.65 0.16 357.93 0.64 0.55
Hex D6 45 4A 0 44 41 10 166 40 37
Octal 326 105 112 0 104 101 20 546 100 67
Binary 11010110 1000101 1001010 0 1000100 1000001 10000 101100110 1000000 110111

Color Harmonies of #D6454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6454A

Black with #D6454A

Text Example


Text Example

White with #D6454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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