Html Css Color HEX #D4464B Mandy

📋 copy color: '#D4464B'

red 212 ◦ green 70 ◦ blue 75

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

Shades of Mandy #D4464B

Tints of Mandy #D4464B

RGB

 RED value IS 212 (83.2% from 255) = 59.38%

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

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

R = 59.38%
G = 19.61%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4464B (or 0xD4464B) is known color: Mandy. HEX triplet: D4, 46 and 4B. RGB value is (212,70,75). Sum of RGB (Red+Green+Blue) = 212+70+75=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4464B is #2BB9B4. Grayscale: #717171. Windows color (decimal): -2865589 or 4933332. OLE color: 4933332.

HSL color Cylindrical-coordinate representation of color #D4464B: hue angle of 357.89º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4464B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 70 75 -
CMYK 0 0.67 0.65 0.17
HSL 357.89º 0.62% 0.55% -
HSV(B) 357.89º 0.67% 0.83% -
XYZ 30.61 18.89 8.69 -
YUV 113.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 212 70 75 0 0.67 0.65 0.17 357.89 0.62 0.55
Hex D4 46 4B 0 43 41 11 166 3E 37
Octal 324 106 113 0 103 101 21 546 76 67
Binary 11010100 1000110 1001011 0 1000011 1000001 10001 101100110 111110 110111

Color Harmonies of #D4464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4464B

Black with #D4464B

Text Example


Text Example

White with #D4464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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