Html Css Color HEX #D07E9F Puce

📋 copy color: '#D07E9F'

red 208 ◦ green 126 ◦ blue 159

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

Shades of Puce #D07E9F

Tints of Puce #D07E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.56%

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

R = 42.19%
G = 25.56%
B = 32.25%

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

#D07E9F (or 0xD07E9F) is known color: Puce. HEX triplet: D0, 7E and 9F. RGB value is (208,126,159). Sum of RGB (Red+Green+Blue) = 208+126+159=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E9F is #2F8160. Grayscale: #9A9A9A. Windows color (decimal): -3113313 or 10452688. OLE color: 10452688.

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

Color convert

RGB 208 126 159 -
CMYK 0 0.39 0.24 0.18
HSL 335.85º 0.47% 0.65% -
HSV(B) 335.85º 0.39% 0.82% -
XYZ 39.73 30.83 36.66 -
YUV 154.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 208 126 159 0 0.39 0.24 0.18 335.85 0.47 0.65
Hex D0 7E 9F 0 27 18 12 150 2F 41
Octal 320 176 237 0 47 30 22 520 57 101
Binary 11010000 1111110 10011111 0 100111 11000 10010 101010000 101111 1000001

Color Harmonies of #D07E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E9F

Black with #D07E9F

Text Example


Text Example

White with #D07E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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