Html Css Color HEX #D6485C Mandy

📋 copy color: '#D6485C'

red 214 ◦ green 72 ◦ blue 92

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

Shades of Mandy #D6485C

Tints of Mandy #D6485C

RGB

 RED value IS 214 (83.98% from 255) = 56.61%

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

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

R = 56.61%
G = 19.05%
B = 24.34%

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

#D6485C (or 0xD6485C) is known color: Mandy. HEX triplet: D6, 48 and 5C. RGB value is (214,72,92). Sum of RGB (Red+Green+Blue) = 214+72+92=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6485C is #29B7A3. Grayscale: #747474. Windows color (decimal): -2733988 or 6047958. OLE color: 6047958.

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

Color convert

RGB 214 72 92 -
CMYK 0 0.66 0.57 0.16
HSL 351.55º 0.63% 0.56% -
HSV(B) 351.55º 0.66% 0.84% -
XYZ 31.98 19.7 12.24 -
YUV 116.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 214 72 92 0 0.66 0.57 0.16 351.55 0.63 0.56
Hex D6 48 5C 0 42 39 10 160 3F 38
Octal 326 110 134 0 102 71 20 540 77 70
Binary 11010110 1001000 1011100 0 1000010 111001 10000 101100000 111111 111000

Color Harmonies of #D6485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6485C

Black with #D6485C

Text Example


Text Example

White with #D6485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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