Html Css Color HEX #D2464A Mandy

📋 copy color: '#D2464A'

red 210 ◦ green 70 ◦ blue 74

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

Shades of Mandy #D2464A

Tints of Mandy #D2464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 59.32%
G = 19.77%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2464A (or 0xD2464A) is known color: Mandy. HEX triplet: D2, 46 and 4A. RGB value is (210,70,74). Sum of RGB (Red+Green+Blue) = 210+70+74=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2464A is #2DB9B5. Grayscale: #707070. Windows color (decimal): -2996662 or 4867794. OLE color: 4867794.

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

Color convert

RGB 210 70 74 -
CMYK 0 0.67 0.65 0.18
HSL 358.29º 0.61% 0.55% -
HSV(B) 358.29º 0.67% 0.82% -
XYZ 30 18.58 8.48 -
YUV 112.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 210 70 74 0 0.67 0.65 0.18 358.29 0.61 0.55
Hex D2 46 4A 0 43 41 12 166 3D 37
Octal 322 106 112 0 103 101 22 546 75 67
Binary 11010010 1000110 1001010 0 1000011 1000001 10010 101100110 111101 110111

Color Harmonies of #D2464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2464A

Black with #D2464A

Text Example


Text Example

White with #D2464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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