Html Css Color HEX #D09080 My Pink

📋 copy color: '#D09080'

red 208 ◦ green 144 ◦ blue 128

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

Shades of My Pink #D09080

Tints of My Pink #D09080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30%

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

R = 43.33%
G = 30%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D09080 (or 0xD09080) is known color: My Pink. HEX triplet: D0, 90 and 80. RGB value is (208,144,128). Sum of RGB (Red+Green+Blue) = 208+144+128=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D09080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09080 is #2F6F7F. Grayscale: #A1A1A1. Windows color (decimal): -3108736 or 8425680. OLE color: 8425680.

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

Color convert

RGB 208 144 128 -
CMYK 0 0.31 0.38 0.18
HSL 12º 0.46% 0.66% -
HSV(B) 12º 0.38% 0.82% -
XYZ 39.88 34.91 25.06 -
YUV 161.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 208 144 128 0 0.31 0.38 0.18 12 0.46 0.66
Hex D0 90 80 0 1F 26 12 C 2E 42
Octal 320 220 200 0 37 46 22 14 56 102
Binary 11010000 10010000 10000000 0 11111 100110 10010 1100 101110 1000010

Color Harmonies of #D09080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09080

Black with #D09080

Text Example


Text Example

White with #D09080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09080; }

 p { color: rgb(208,144,128); }

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

background-color css

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

 a { background-color: rgb(208,144,128); }

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

border-color css

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

 span { border-color: rgb(208,144,128); }

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