Html Css Color HEX #D5464B Mandy

📋 copy color: '#D5464B'

red 213 ◦ green 70 ◦ blue 75

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

Shades of Mandy #D5464B

Tints of Mandy #D5464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 59.5%
G = 19.55%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5464B (or 0xD5464B) is known color: Mandy. HEX triplet: D5, 46 and 4B. RGB value is (213,70,75). Sum of RGB (Red+Green+Blue) = 213+70+75=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5464B is #2AB9B4. Grayscale: #717171. Windows color (decimal): -2800053 or 4933333. OLE color: 4933333.

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

Color convert

RGB 213 70 75 -
CMYK 0 0.67 0.65 0.16
HSL 357.9º 0.63% 0.55% -
HSV(B) 357.9º 0.67% 0.84% -
XYZ 30.9 19.03 8.7 -
YUV 113.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 213 70 75 0 0.67 0.65 0.16 357.9 0.63 0.55
Hex D5 46 4B 0 43 41 10 166 3F 37
Octal 325 106 113 0 103 101 20 546 77 67
Binary 11010101 1000110 1001011 0 1000011 1000001 10000 101100110 111111 110111

Color Harmonies of #D5464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5464B

Black with #D5464B

Text Example


Text Example

White with #D5464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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