Html Css Color HEX #D6465C Mandy

📋 copy color: '#D6465C'

red 214 ◦ green 70 ◦ blue 92

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

Shades of Mandy #D6465C

Tints of Mandy #D6465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 56.91%
G = 18.62%
B = 24.47%

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

#D6465C (or 0xD6465C) is known color: Mandy. HEX triplet: D6, 46 and 5C. RGB value is (214,70,92). Sum of RGB (Red+Green+Blue) = 214+70+92=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6465C is #29B9A3. Grayscale: #737373. Windows color (decimal): -2734500 or 6047446. OLE color: 6047446.

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

Color convert

RGB 214 70 92 -
CMYK 0 0.67 0.57 0.16
HSL 350.83º 0.64% 0.56% -
HSV(B) 350.83º 0.67% 0.84% -
XYZ 31.85 19.45 12.2 -
YUV 115.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 214 70 92 0 0.67 0.57 0.16 350.83 0.64 0.56
Hex D6 46 5C 0 43 39 10 15F 40 38
Octal 326 106 134 0 103 71 20 537 100 70
Binary 11010110 1000110 1011100 0 1000011 111001 10000 101011111 1000000 111000

Color Harmonies of #D6465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6465C

Black with #D6465C

Text Example


Text Example

White with #D6465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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