Html Css Color HEX #D69E87 Rose

📋 copy color: '#D69E87'

red 214 ◦ green 158 ◦ blue 135

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

Shades of Rose #D69E87

Tints of Rose #D69E87

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.16%

 BLUE value IS 135 (53.13% from 255) = 26.63%

R = 42.21%
G = 31.16%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D69E87 (or 0xD69E87) is known color: Rose. HEX triplet: D6, 9E and 87. RGB value is (214,158,135). Sum of RGB (Red+Green+Blue) = 214+158+135=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E87 is #296178. Grayscale: #ACACAC. Windows color (decimal): -2711929 or 8888022. OLE color: 8888022.

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

Color convert

RGB 214 158 135 -
CMYK 0 0.26 0.37 0.16
HSL 17.47º 0.49% 0.68% -
HSV(B) 17.47º 0.37% 0.84% -
XYZ 44.33 40.5 28.4 -
YUV 172.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 214 158 135 0 0.26 0.37 0.16 17.47 0.49 0.68
Hex D6 9E 87 0 1A 25 10 11 31 44
Octal 326 236 207 0 32 45 20 21 61 104
Binary 11010110 10011110 10000111 0 11010 100101 10000 10001 110001 1000100

Color Harmonies of #D69E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E87

Black with #D69E87

Text Example


Text Example

White with #D69E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E87; }

 p { color: rgb(214,158,135); }

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

background-color css

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

 a { background-color: rgb(214,158,135); }

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

border-color css

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

 span { border-color: rgb(214,158,135); }

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