Html Css Color HEX #D39989 Rose

📋 copy color: '#D39989'

red 211 ◦ green 153 ◦ blue 137

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

Shades of Rose #D39989

Tints of Rose #D39989

RGB

 RED value IS 211 (82.81% from 255) = 42.12%

 GREEN value IS 153 (60.16% from 255) = 30.54%

 BLUE value IS 137 (53.91% from 255) = 27.35%

R = 42.12%
G = 30.54%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D39989 (or 0xD39989) is known color: Rose. HEX triplet: D3, 99 and 89. RGB value is (211,153,137). Sum of RGB (Red+Green+Blue) = 211+153+137=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D39989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39989 is #2C6676. Grayscale: #A8A8A8. Windows color (decimal): -2909815 or 9017811. OLE color: 9017811.

HSL color Cylindrical-coordinate representation of color #D39989: hue angle of 12.97º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D39989 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 153 137 -
CMYK 0 0.27 0.35 0.17
HSL 12.97º 0.46% 0.68% -
HSV(B) 12.97º 0.35% 0.83% -
XYZ 42.77 38.44 28.83 -
YUV 168.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 211 153 137 0 0.27 0.35 0.17 12.97 0.46 0.68
Hex D3 99 89 0 1B 23 11 D 2E 44
Octal 323 231 211 0 33 43 21 15 56 104
Binary 11010011 10011001 10001001 0 11011 100011 10001 1101 101110 1000100

Color Harmonies of #D39989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39989

Black with #D39989

Text Example


Text Example

White with #D39989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39989; }

 p { color: rgb(211,153,137); }

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

background-color css

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

 a { background-color: rgb(211,153,137); }

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

border-color css

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

 span { border-color: rgb(211,153,137); }

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