Html Css Color HEX #D6465E Mandy

📋 copy color: '#D6465E'

red 214 ◦ green 70 ◦ blue 94

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

Shades of Mandy #D6465E

Tints of Mandy #D6465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 56.61%
G = 18.52%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6465E (or 0xD6465E) is known color: Mandy. HEX triplet: D6, 46 and 5E. RGB value is (214,70,94). Sum of RGB (Red+Green+Blue) = 214+70+94=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6465E is #29B9A1. Grayscale: #737373. Windows color (decimal): -2734498 or 6178518. OLE color: 6178518.

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

Color convert

RGB 214 70 94 -
CMYK 0 0.67 0.56 0.16
HSL 350º 0.64% 0.56% -
HSV(B) 350º 0.67% 0.84% -
XYZ 31.94 19.48 12.67 -
YUV 115.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 214 70 94 0 0.67 0.56 0.16 350 0.64 0.56
Hex D6 46 5E 0 43 38 10 15E 40 38
Octal 326 106 136 0 103 70 20 536 100 70
Binary 11010110 1000110 1011110 0 1000011 111000 10000 101011110 1000000 111000

Color Harmonies of #D6465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6465E

Black with #D6465E

Text Example


Text Example

White with #D6465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6465E; }

 p { color: rgb(214,70,94); }

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

background-color css

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

 a { background-color: rgb(214,70,94); }

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

border-color css

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

 span { border-color: rgb(214,70,94); }

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