Html Css Color HEX #D29585 My Pink

📋 copy color: '#D29585'

red 210 ◦ green 149 ◦ blue 133

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

Shades of My Pink #D29585

Tints of My Pink #D29585

RGB

 RED value IS 210 (82.42% from 255) = 42.68%

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

 BLUE value IS 133 (52.34% from 255) = 27.03%

R = 42.68%
G = 30.28%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D29585 (or 0xD29585) is known color: My Pink. HEX triplet: D2, 95 and 85. RGB value is (210,149,133). Sum of RGB (Red+Green+Blue) = 210+149+133=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29585 is #2D6A7A. Grayscale: #A5A5A5. Windows color (decimal): -2976379 or 8754642. OLE color: 8754642.

HSL color Cylindrical-coordinate representation of color #D29585: hue angle of 12.47º degrees, saturation: 0.46, 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 #D29585 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 133 -
CMYK 0 0.29 0.37 0.18
HSL 12.47º 0.46% 0.67% -
HSV(B) 12.47º 0.37% 0.82% -
XYZ 41.56 36.89 27.12 -
YUV 165.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 210 149 133 0 0.29 0.37 0.18 12.47 0.46 0.67
Hex D2 95 85 0 1D 25 12 C 2E 43
Octal 322 225 205 0 35 45 22 14 56 103
Binary 11010010 10010101 10000101 0 11101 100101 10010 1100 101110 1000011

Color Harmonies of #D29585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29585

Black with #D29585

Text Example


Text Example

White with #D29585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29585; }

 p { color: rgb(210,149,133); }

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

background-color css

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

 a { background-color: rgb(210,149,133); }

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

border-color css

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

 span { border-color: rgb(210,149,133); }

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