Html Css Color HEX #D2495A Mandy

📋 copy color: '#D2495A'

red 210 ◦ green 73 ◦ blue 90

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

Shades of Mandy #D2495A

Tints of Mandy #D2495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.13%

R = 56.3%
G = 19.57%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2495A (or 0xD2495A) is known color: Mandy. HEX triplet: D2, 49 and 5A. RGB value is (210,73,90). Sum of RGB (Red+Green+Blue) = 210+73+90=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2495A is #2DB6A5. Grayscale: #737373. Windows color (decimal): -2995878 or 5917138. OLE color: 5917138.

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

Color convert

RGB 210 73 90 -
CMYK 0 0.65 0.57 0.18
HSL 352.55º 0.6% 0.55% -
HSV(B) 352.55º 0.65% 0.82% -
XYZ 30.81 19.2 11.76 -
YUV 115.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 210 73 90 0 0.65 0.57 0.18 352.55 0.6 0.55
Hex D2 49 5A 0 41 39 12 161 3C 37
Octal 322 111 132 0 101 71 22 541 74 67
Binary 11010010 1001001 1011010 0 1000001 111001 10010 101100001 111100 110111

Color Harmonies of #D2495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2495A

Black with #D2495A

Text Example


Text Example

White with #D2495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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