Html Css Color HEX #D5485C Mandy

📋 copy color: '#D5485C'

red 213 ◦ green 72 ◦ blue 92

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

Shades of Mandy #D5485C

Tints of Mandy #D5485C

RGB

 RED value IS 213 (83.59% from 255) = 56.5%

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

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

R = 56.5%
G = 19.1%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5485C (or 0xD5485C) is known color: Mandy. HEX triplet: D5, 48 and 5C. RGB value is (213,72,92). Sum of RGB (Red+Green+Blue) = 213+72+92=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5485C is #2AB7A3. Grayscale: #747474. Windows color (decimal): -2799524 or 6047957. OLE color: 6047957.

HSL color Cylindrical-coordinate representation of color #D5485C: hue angle of 351.49º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5485C is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 72 92 -
CMYK 0 0.66 0.57 0.16
HSL 351.49º 0.63% 0.56% -
HSV(B) 351.49º 0.66% 0.84% -
XYZ 31.69 19.55 12.23 -
YUV 116.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 213 72 92 0 0.66 0.57 0.16 351.49 0.63 0.56
Hex D5 48 5C 0 42 39 10 15F 3F 38
Octal 325 110 134 0 102 71 20 537 77 70
Binary 11010101 1001000 1011100 0 1000010 111001 10000 101011111 111111 111000

Color Harmonies of #D5485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5485C

Black with #D5485C

Text Example


Text Example

White with #D5485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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