Html Css Color HEX #D6455F Mandy

📋 copy color: '#D6455F'

red 214 ◦ green 69 ◦ blue 95

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

Shades of Mandy #D6455F

Tints of Mandy #D6455F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 56.61%
G = 18.25%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6455F (or 0xD6455F) is known color: Mandy. HEX triplet: D6, 45 and 5F. RGB value is (214,69,95). Sum of RGB (Red+Green+Blue) = 214+69+95=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6455F is #29BAA0. Grayscale: #737373. Windows color (decimal): -2734753 or 6243798. OLE color: 6243798.

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

Color convert

RGB 214 69 95 -
CMYK 0 0.68 0.56 0.16
HSL 349.24º 0.64% 0.55% -
HSV(B) 349.24º 0.68% 0.84% -
XYZ 31.93 19.38 12.88 -
YUV 115.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 214 69 95 0 0.68 0.56 0.16 349.24 0.64 0.55
Hex D6 45 5F 0 44 38 10 15D 40 37
Octal 326 105 137 0 104 70 20 535 100 67
Binary 11010110 1000101 1011111 0 1000100 111000 10000 101011101 1000000 110111

Color Harmonies of #D6455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6455F

Black with #D6455F

Text Example


Text Example

White with #D6455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6455F; }

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

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

background-color css

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

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

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

border-color css

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

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

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