Html Css Color HEX #D2485C Mandy

📋 copy color: '#D2485C'

red 210 ◦ green 72 ◦ blue 92

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

Shades of Mandy #D2485C

Tints of Mandy #D2485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

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

R = 56.15%
G = 19.25%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2485C (or 0xD2485C) is known color: Mandy. HEX triplet: D2, 48 and 5C. RGB value is (210,72,92). Sum of RGB (Red+Green+Blue) = 210+72+92=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2485C is #2DB7A3. Grayscale: #737373. Windows color (decimal): -2996132 or 6047954. OLE color: 6047954.

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

Color convert

RGB 210 72 92 -
CMYK 0 0.66 0.56 0.18
HSL 351.3º 0.61% 0.55% -
HSV(B) 351.3º 0.66% 0.82% -
XYZ 30.83 19.11 12.19 -
YUV 115.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 210 72 92 0 0.66 0.56 0.18 351.3 0.61 0.55
Hex D2 48 5C 0 42 38 12 15F 3D 37
Octal 322 110 134 0 102 70 22 537 75 67
Binary 11010010 1001000 1011100 0 1000010 111000 10010 101011111 111101 110111

Color Harmonies of #D2485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2485C

Black with #D2485C

Text Example


Text Example

White with #D2485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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