Html Css Color HEX #D69F89 Rose

📋 copy color: '#D69F89'

red 214 ◦ green 159 ◦ blue 137

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

Shades of Rose #D69F89

Tints of Rose #D69F89

RGB

 RED value IS 214 (83.98% from 255) = 41.96%

 GREEN value IS 159 (62.5% from 255) = 31.18%

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

R = 41.96%
G = 31.18%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69F89 (or 0xD69F89) is known color: Rose. HEX triplet: D6, 9F and 89. RGB value is (214,159,137). Sum of RGB (Red+Green+Blue) = 214+159+137=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F89 is #296076. Grayscale: #ADADAD. Windows color (decimal): -2711671 or 9019350. OLE color: 9019350.

HSL color Cylindrical-coordinate representation of color #D69F89: hue angle of 17.14º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D69F89 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 137 -
CMYK 0 0.26 0.36 0.16
HSL 17.14º 0.48% 0.69% -
HSV(B) 17.14º 0.36% 0.84% -
XYZ 44.65 40.9 29.21 -
YUV 172.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 214 159 137 0 0.26 0.36 0.16 17.14 0.48 0.69
Hex D6 9F 89 0 1A 24 10 11 30 45
Octal 326 237 211 0 32 44 20 21 60 105
Binary 11010110 10011111 10001001 0 11010 100100 10000 10001 110000 1000101

Color Harmonies of #D69F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F89

Black with #D69F89

Text Example


Text Example

White with #D69F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F89; }

 p { color: rgb(214,159,137); }

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

background-color css

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

 a { background-color: rgb(214,159,137); }

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

border-color css

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

 span { border-color: rgb(214,159,137); }

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