Html Css Color HEX #D2464E Mandy

📋 copy color: '#D2464E'

red 210 ◦ green 70 ◦ blue 78

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

Shades of Mandy #D2464E

Tints of Mandy #D2464E

RGB

 RED value IS 210 (82.42% from 255) = 58.66%

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

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 58.66%
G = 19.55%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2464E (or 0xD2464E) is known color: Mandy. HEX triplet: D2, 46 and 4E. RGB value is (210,70,78). Sum of RGB (Red+Green+Blue) = 210+70+78=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2464E is #2DB9B1. Grayscale: #707070. Windows color (decimal): -2996658 or 5129938. OLE color: 5129938.

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

Color convert

RGB 210 70 78 -
CMYK 0 0.67 0.63 0.18
HSL 356.57º 0.61% 0.55% -
HSV(B) 356.57º 0.67% 0.82% -
XYZ 30.14 18.63 9.22 -
YUV 112.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 210 70 78 0 0.67 0.63 0.18 356.57 0.61 0.55
Hex D2 46 4E 0 43 3F 12 165 3D 37
Octal 322 106 116 0 103 77 22 545 75 67
Binary 11010010 1000110 1001110 0 1000011 111111 10010 101100101 111101 110111

Color Harmonies of #D2464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2464E

Black with #D2464E

Text Example


Text Example

White with #D2464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2464E; }

 p { color: rgb(210,70,78); }

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

background-color css

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

 a { background-color: rgb(210,70,78); }

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

border-color css

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

 span { border-color: rgb(210,70,78); }

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