Html Css Color HEX #D6465B Mandy

📋 copy color: '#D6465B'

red 214 ◦ green 70 ◦ blue 91

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

Shades of Mandy #D6465B

Tints of Mandy #D6465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 57.07%
G = 18.67%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6465B (or 0xD6465B) is known color: Mandy. HEX triplet: D6, 46 and 5B. RGB value is (214,70,91). Sum of RGB (Red+Green+Blue) = 214+70+91=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6465B is #29B9A4. Grayscale: #737373. Windows color (decimal): -2734501 or 5981910. OLE color: 5981910.

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

Color convert

RGB 214 70 91 -
CMYK 0 0.67 0.57 0.16
HSL 351.25º 0.64% 0.56% -
HSV(B) 351.25º 0.67% 0.84% -
XYZ 31.81 19.43 11.97 -
YUV 115.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 214 70 91 0 0.67 0.57 0.16 351.25 0.64 0.56
Hex D6 46 5B 0 43 39 10 15F 40 38
Octal 326 106 133 0 103 71 20 537 100 70
Binary 11010110 1000110 1011011 0 1000011 111001 10000 101011111 1000000 111000

Color Harmonies of #D6465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6465B

Black with #D6465B

Text Example


Text Example

White with #D6465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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