Html Css Color HEX #D09584 My Pink

📋 copy color: '#D09584'

red 208 ◦ green 149 ◦ blue 132

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

Shades of My Pink #D09584

Tints of My Pink #D09584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.47%

 BLUE value IS 132 (51.95% from 255) = 26.99%

R = 42.54%
G = 30.47%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D09584 (or 0xD09584) is known color: My Pink. HEX triplet: D0, 95 and 84. RGB value is (208,149,132). Sum of RGB (Red+Green+Blue) = 208+149+132=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09584 is #2F6A7B. Grayscale: #A4A4A4. Windows color (decimal): -3107452 or 8689104. OLE color: 8689104.

HSL color Cylindrical-coordinate representation of color #D09584: hue angle of 13.42º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09584 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 132 -
CMYK 0 0.28 0.37 0.18
HSL 13.42º 0.45% 0.67% -
HSV(B) 13.42º 0.37% 0.82% -
XYZ 40.92 36.57 26.73 -
YUV 164.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 208 149 132 0 0.28 0.37 0.18 13.42 0.45 0.67
Hex D0 95 84 0 1C 25 12 D 2D 43
Octal 320 225 204 0 34 45 22 15 55 103
Binary 11010000 10010101 10000100 0 11100 100101 10010 1101 101101 1000011

Color Harmonies of #D09584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09584

Black with #D09584

Text Example


Text Example

White with #D09584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09584; }

 p { color: rgb(208,149,132); }

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

background-color css

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

 a { background-color: rgb(208,149,132); }

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

border-color css

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

 span { border-color: rgb(208,149,132); }

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