Html Css Color HEX #D09E8F Rose

📋 copy color: '#D09E8F'

red 208 ◦ green 158 ◦ blue 143

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

Shades of Rose #D09E8F

Tints of Rose #D09E8F

RGB

 RED value IS 208 (81.64% from 255) = 40.86%

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

 BLUE value IS 143 (56.25% from 255) = 28.09%

R = 40.86%
G = 31.04%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D09E8F (or 0xD09E8F) is known color: Rose. HEX triplet: D0, 9E and 8F. RGB value is (208,158,143). Sum of RGB (Red+Green+Blue) = 208+158+143=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E8F is #2F6170. Grayscale: #ABABAB. Windows color (decimal): -3105137 or 9412304. OLE color: 9412304.

HSL color Cylindrical-coordinate representation of color #D09E8F: hue angle of 13.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D09E8F is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 158 143 -
CMYK 0 0.24 0.31 0.18
HSL 13.85º 0.41% 0.69% -
HSV(B) 13.85º 0.31% 0.82% -
XYZ 43.2 39.85 31.4 -
YUV 171.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 208 158 143 0 0.24 0.31 0.18 13.85 0.41 0.69
Hex D0 9E 8F 0 18 1F 12 E 29 45
Octal 320 236 217 0 30 37 22 16 51 105
Binary 11010000 10011110 10001111 0 11000 11111 10010 1110 101001 1000101

Color Harmonies of #D09E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E8F

Black with #D09E8F

Text Example


Text Example

White with #D09E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E8F; }

 p { color: rgb(208,158,143); }

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

background-color css

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

 a { background-color: rgb(208,158,143); }

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

border-color css

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

 span { border-color: rgb(208,158,143); }

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