Html Css Color HEX #D2465D Mandy

📋 copy color: '#D2465D'

red 210 ◦ green 70 ◦ blue 93

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

Shades of Mandy #D2465D

Tints of Mandy #D2465D

RGB

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

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

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

R = 56.3%
G = 18.77%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2465D (or 0xD2465D) is known color: Mandy. HEX triplet: D2, 46 and 5D. RGB value is (210,70,93). Sum of RGB (Red+Green+Blue) = 210+70+93=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2465D is #2DB9A2. Grayscale: #727272. Windows color (decimal): -2996643 or 6112978. OLE color: 6112978.

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

Color convert

RGB 210 70 93 -
CMYK 0 0.67 0.56 0.18
HSL 350.14º 0.61% 0.55% -
HSV(B) 350.14º 0.67% 0.82% -
XYZ 30.74 18.87 12.38 -
YUV 114.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 210 70 93 0 0.67 0.56 0.18 350.14 0.61 0.55
Hex D2 46 5D 0 43 38 12 15E 3D 37
Octal 322 106 135 0 103 70 22 536 75 67
Binary 11010010 1000110 1011101 0 1000011 111000 10010 101011110 111101 110111

Color Harmonies of #D2465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2465D

Black with #D2465D

Text Example


Text Example

White with #D2465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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