Html Css Color HEX #D0485C Mandy

📋 copy color: '#D0485C'

red 208 ◦ green 72 ◦ blue 92

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

Shades of Mandy #D0485C

Tints of Mandy #D0485C

RGB

 RED value IS 208 (81.64% from 255) = 55.91%

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

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

R = 55.91%
G = 19.35%
B = 24.73%

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

#D0485C (or 0xD0485C) is known color: Mandy. HEX triplet: D0, 48 and 5C. RGB value is (208,72,92). Sum of RGB (Red+Green+Blue) = 208+72+92=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0485C is #2FB7A3. Grayscale: #737373. Windows color (decimal): -3127204 or 6047952. OLE color: 6047952.

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

Color convert

RGB 208 72 92 -
CMYK 0 0.65 0.56 0.18
HSL 351.18º 0.59% 0.55% -
HSV(B) 351.18º 0.65% 0.82% -
XYZ 30.26 18.82 12.16 -
YUV 114.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 208 72 92 0 0.65 0.56 0.18 351.18 0.59 0.55
Hex D0 48 5C 0 41 38 12 15F 3B 37
Octal 320 110 134 0 101 70 22 537 73 67
Binary 11010000 1001000 1011100 0 1000001 111000 10010 101011111 111011 110111

Color Harmonies of #D0485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0485C

Black with #D0485C

Text Example


Text Example

White with #D0485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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