Html Css Color HEX #D6465A Mandy

📋 copy color: '#D6465A'

red 214 ◦ green 70 ◦ blue 90

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

Shades of Mandy #D6465A

Tints of Mandy #D6465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 57.22%
G = 18.72%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6465A (or 0xD6465A) is known color: Mandy. HEX triplet: D6, 46 and 5A. RGB value is (214,70,90). Sum of RGB (Red+Green+Blue) = 214+70+90=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6465A is #29B9A5. Grayscale: #737373. Windows color (decimal): -2734502 or 5916374. OLE color: 5916374.

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

Color convert

RGB 214 70 90 -
CMYK 0 0.67 0.58 0.16
HSL 351.67º 0.64% 0.56% -
HSV(B) 351.67º 0.67% 0.84% -
XYZ 31.77 19.41 11.75 -
YUV 115.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 214 70 90 0 0.67 0.58 0.16 351.67 0.64 0.56
Hex D6 46 5A 0 43 3A 10 160 40 38
Octal 326 106 132 0 103 72 20 540 100 70
Binary 11010110 1000110 1011010 0 1000011 111010 10000 101100000 1000000 111000

Color Harmonies of #D6465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6465A

Black with #D6465A

Text Example


Text Example

White with #D6465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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