Html Css Color HEX #D09088 My Pink

📋 copy color: '#D09088'

red 208 ◦ green 144 ◦ blue 136

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

Shades of My Pink #D09088

Tints of My Pink #D09088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 42.62%
G = 29.51%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D09088 (or 0xD09088) is known color: My Pink. HEX triplet: D0, 90 and 88. RGB value is (208,144,136). Sum of RGB (Red+Green+Blue) = 208+144+136=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D09088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09088 is #2F6F77. Grayscale: #A2A2A2. Windows color (decimal): -3108728 or 8949968. OLE color: 8949968.

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

Color convert

RGB 208 144 136 -
CMYK 0 0.31 0.35 0.18
HSL 6.67º 0.43% 0.67% -
HSV(B) 6.67º 0.35% 0.82% -
XYZ 40.43 35.13 27.94 -
YUV 162.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 208 144 136 0 0.31 0.35 0.18 6.67 0.43 0.67
Hex D0 90 88 0 1F 23 12 7 2B 43
Octal 320 220 210 0 37 43 22 7 53 103
Binary 11010000 10010000 10001000 0 11111 100011 10010 111 101011 1000011

Color Harmonies of #D09088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09088

Black with #D09088

Text Example


Text Example

White with #D09088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09088; }

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

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

background-color css

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

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

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

border-color css

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

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

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