Html Css Color HEX #D2465F Mandy

📋 copy color: '#D2465F'

red 210 ◦ green 70 ◦ blue 95

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

Shades of Mandy #D2465F

Tints of Mandy #D2465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 56%
G = 18.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2465F (or 0xD2465F) is known color: Mandy. HEX triplet: D2, 46 and 5F. RGB value is (210,70,95). Sum of RGB (Red+Green+Blue) = 210+70+95=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2465F is #2DB9A0. Grayscale: #727272. Windows color (decimal): -2996641 or 6244050. OLE color: 6244050.

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

Color convert

RGB 210 70 95 -
CMYK 0 0.67 0.55 0.18
HSL 349.29º 0.61% 0.55% -
HSV(B) 349.29º 0.67% 0.82% -
XYZ 30.83 18.91 12.85 -
YUV 114.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 210 70 95 0 0.67 0.55 0.18 349.29 0.61 0.55
Hex D2 46 5F 0 43 37 12 15D 3D 37
Octal 322 106 137 0 103 67 22 535 75 67
Binary 11010010 1000110 1011111 0 1000011 110111 10010 101011101 111101 110111

Color Harmonies of #D2465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2465F

Black with #D2465F

Text Example


Text Example

White with #D2465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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