Html Css Color HEX #D2465C Mandy

📋 copy color: '#D2465C'

red 210 ◦ green 70 ◦ blue 92

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

Shades of Mandy #D2465C

Tints of Mandy #D2465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.73%

R = 56.45%
G = 18.82%
B = 24.73%

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

#D2465C (or 0xD2465C) is known color: Mandy. HEX triplet: D2, 46 and 5C. RGB value is (210,70,92). Sum of RGB (Red+Green+Blue) = 210+70+92=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2465C is #2DB9A3. Grayscale: #727272. Windows color (decimal): -2996644 or 6047442. OLE color: 6047442.

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

Color convert

RGB 210 70 92 -
CMYK 0 0.67 0.56 0.18
HSL 350.57º 0.61% 0.55% -
HSV(B) 350.57º 0.67% 0.82% -
XYZ 30.7 18.85 12.15 -
YUV 114.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 210 70 92 0 0.67 0.56 0.18 350.57 0.61 0.55
Hex D2 46 5C 0 43 38 12 15F 3D 37
Octal 322 106 134 0 103 70 22 537 75 67
Binary 11010010 1000110 1011100 0 1000011 111000 10010 101011111 111101 110111

Color Harmonies of #D2465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2465C

Black with #D2465C

Text Example


Text Example

White with #D2465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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