Html Css Color HEX #D18580 My Pink

📋 copy color: '#D18580'

red 209 ◦ green 133 ◦ blue 128

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

Shades of My Pink #D18580

Tints of My Pink #D18580

RGB

 RED value IS 209 (82.03% from 255) = 44.47%

 GREEN value IS 133 (52.34% from 255) = 28.3%

 BLUE value IS 128 (50.39% from 255) = 27.23%

R = 44.47%
G = 28.3%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D18580 (or 0xD18580) is known color: My Pink. HEX triplet: D1, 85 and 80. RGB value is (209,133,128). Sum of RGB (Red+Green+Blue) = 209+133+128=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D18580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18580 is #2E7A7F. Grayscale: #9B9B9B. Windows color (decimal): -3046016 or 8422865. OLE color: 8422865.

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

Color convert

RGB 209 133 128 -
CMYK 0 0.36 0.39 0.18
HSL 3.7º 0.47% 0.66% -
HSV(B) 3.7º 0.39% 0.82% -
XYZ 38.58 31.89 24.54 -
YUV 155.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 209 133 128 0 0.36 0.39 0.18 3.7 0.47 0.66
Hex D1 85 80 0 24 27 12 4 2F 42
Octal 321 205 200 0 44 47 22 4 57 102
Binary 11010001 10000101 10000000 0 100100 100111 10010 100 101111 1000010

Color Harmonies of #D18580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18580

Black with #D18580

Text Example


Text Example

White with #D18580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18580; }

 p { color: rgb(209,133,128); }

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

background-color css

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

 a { background-color: rgb(209,133,128); }

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

border-color css

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

 span { border-color: rgb(209,133,128); }

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