Html Css Color HEX #D5485D Mandy

📋 copy color: '#D5485D'

red 213 ◦ green 72 ◦ blue 93

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

Shades of Mandy #D5485D

Tints of Mandy #D5485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 56.35%
G = 19.05%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5485D (or 0xD5485D) is known color: Mandy. HEX triplet: D5, 48 and 5D. RGB value is (213,72,93). Sum of RGB (Red+Green+Blue) = 213+72+93=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5485D is #2AB7A2. Grayscale: #747474. Windows color (decimal): -2799523 or 6113493. OLE color: 6113493.

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

Color convert

RGB 213 72 93 -
CMYK 0 0.66 0.56 0.16
HSL 351.06º 0.63% 0.56% -
HSV(B) 351.06º 0.66% 0.84% -
XYZ 31.73 19.57 12.46 -
YUV 116.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 213 72 93 0 0.66 0.56 0.16 351.06 0.63 0.56
Hex D5 48 5D 0 42 38 10 15F 3F 38
Octal 325 110 135 0 102 70 20 537 77 70
Binary 11010101 1001000 1011101 0 1000010 111000 10000 101011111 111111 111000

Color Harmonies of #D5485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5485D

Black with #D5485D

Text Example


Text Example

White with #D5485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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