Html Css Color HEX #D2495C Mandy

📋 copy color: '#D2495C'

red 210 ◦ green 73 ◦ blue 92

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

Shades of Mandy #D2495C

Tints of Mandy #D2495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 56%
G = 19.47%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2495C (or 0xD2495C) is known color: Mandy. HEX triplet: D2, 49 and 5C. RGB value is (210,73,92). Sum of RGB (Red+Green+Blue) = 210+73+92=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2495C is #2DB6A3. Grayscale: #747474. Windows color (decimal): -2995876 or 6048210. OLE color: 6048210.

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

Color convert

RGB 210 73 92 -
CMYK 0 0.65 0.56 0.18
HSL 351.68º 0.6% 0.55% -
HSV(B) 351.68º 0.65% 0.82% -
XYZ 30.89 19.24 12.21 -
YUV 116.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 210 73 92 0 0.65 0.56 0.18 351.68 0.6 0.55
Hex D2 49 5C 0 41 38 12 160 3C 37
Octal 322 111 134 0 101 70 22 540 74 67
Binary 11010010 1001001 1011100 0 1000001 111000 10010 101100000 111100 110111

Color Harmonies of #D2495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2495C

Black with #D2495C

Text Example


Text Example

White with #D2495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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