Html Css Color HEX #D07F9F Puce

📋 copy color: '#D07F9F'

red 208 ◦ green 127 ◦ blue 159

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

Shades of Puce #D07F9F

Tints of Puce #D07F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 25.71%

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 42.11%
G = 25.71%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D07F9F (or 0xD07F9F) is known color: Puce. HEX triplet: D0, 7F and 9F. RGB value is (208,127,159). Sum of RGB (Red+Green+Blue) = 208+127+159=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F9F is #2F8060. Grayscale: #9A9A9A. Windows color (decimal): -3113057 or 10452944. OLE color: 10452944.

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

Color convert

RGB 208 127 159 -
CMYK 0 0.39 0.24 0.18
HSL 336.3º 0.46% 0.66% -
HSV(B) 336.3º 0.39% 0.82% -
XYZ 39.86 31.09 36.7 -
YUV 154.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 208 127 159 0 0.39 0.24 0.18 336.3 0.46 0.66
Hex D0 7F 9F 0 27 18 12 150 2E 42
Octal 320 177 237 0 47 30 22 520 56 102
Binary 11010000 1111111 10011111 0 100111 11000 10010 101010000 101110 1000010

Color Harmonies of #D07F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F9F

Black with #D07F9F

Text Example


Text Example

White with #D07F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F9F; }

 p { color: rgb(208,127,159); }

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

background-color css

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

 a { background-color: rgb(208,127,159); }

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

border-color css

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

 span { border-color: rgb(208,127,159); }

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