Html Css Color HEX #D5465D Mandy

📋 copy color: '#D5465D'

red 213 ◦ green 70 ◦ blue 93

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

Shades of Mandy #D5465D

Tints of Mandy #D5465D

RGB

 RED value IS 213 (83.59% from 255) = 56.65%

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

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 56.65%
G = 18.62%
B = 24.73%

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

#D5465D (or 0xD5465D) is known color: Mandy. HEX triplet: D5, 46 and 5D. RGB value is (213,70,93). Sum of RGB (Red+Green+Blue) = 213+70+93=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5465D is #2AB9A2. Grayscale: #737373. Windows color (decimal): -2800035 or 6112981. OLE color: 6112981.

HSL color Cylindrical-coordinate representation of color #D5465D: hue angle of 350.35º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5465D is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 93 -
CMYK 0 0.67 0.56 0.16
HSL 350.35º 0.63% 0.55% -
HSV(B) 350.35º 0.67% 0.84% -
XYZ 31.61 19.32 12.42 -
YUV 115.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 213 70 93 0 0.67 0.56 0.16 350.35 0.63 0.55
Hex D5 46 5D 0 43 38 10 15E 3F 37
Octal 325 106 135 0 103 70 20 536 77 67
Binary 11010101 1000110 1011101 0 1000011 111000 10000 101011110 111111 110111

Color Harmonies of #D5465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5465D

Black with #D5465D

Text Example


Text Example

White with #D5465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5465D; }

 p { color: rgb(213,70,93); }

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

background-color css

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

 a { background-color: rgb(213,70,93); }

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

border-color css

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

 span { border-color: rgb(213,70,93); }

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