Html Css Color HEX #D19288 My Pink

📋 copy color: '#D19288'

red 209 ◦ green 146 ◦ blue 136

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

Shades of My Pink #D19288

Tints of My Pink #D19288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.74%

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

R = 42.57%
G = 29.74%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D19288 (or 0xD19288) is known color: My Pink. HEX triplet: D1, 92 and 88. RGB value is (209,146,136). Sum of RGB (Red+Green+Blue) = 209+146+136=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D19288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19288 is #2E6D77. Grayscale: #A3A3A3. Windows color (decimal): -3042680 or 8950481. OLE color: 8950481.

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

Color convert

RGB 209 146 136 -
CMYK 0 0.30 0.35 0.18
HSL 8.22º 0.44% 0.68% -
HSV(B) 8.22º 0.35% 0.82% -
XYZ 41.02 35.89 28.06 -
YUV 163.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 209 146 136 0 0.30 0.35 0.18 8.22 0.44 0.68
Hex D1 92 88 0 1E 23 12 8 2C 44
Octal 321 222 210 0 36 43 22 10 54 104
Binary 11010001 10010010 10001000 0 11110 100011 10010 1000 101100 1000100

Color Harmonies of #D19288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19288

Black with #D19288

Text Example


Text Example

White with #D19288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19288; }

 p { color: rgb(209,146,136); }

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

background-color css

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

 a { background-color: rgb(209,146,136); }

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

border-color css

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

 span { border-color: rgb(209,146,136); }

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