Html Css Color HEX #D07D96 Puce

📋 copy color: '#D07D96'

red 208 ◦ green 125 ◦ blue 150

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

Shades of Puce #D07D96

Tints of Puce #D07D96

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.88%

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 43.06%
G = 25.88%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D07D96 (or 0xD07D96) is known color: Puce. HEX triplet: D0, 7D and 96. RGB value is (208,125,150). Sum of RGB (Red+Green+Blue) = 208+125+150=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07D96 is #2F8269. Grayscale: #989898. Windows color (decimal): -3113578 or 9862608. OLE color: 9862608.

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

Color convert

RGB 208 125 150 -
CMYK 0 0.40 0.28 0.18
HSL 341.93º 0.47% 0.65% -
HSV(B) 341.93º 0.4% 0.82% -
XYZ 38.85 30.28 32.65 -
YUV 152.67 126.5 167.47 -
System Red Green Blue C M Y K H S L
Decimal 208 125 150 0 0.40 0.28 0.18 341.93 0.47 0.65
Hex D0 7D 96 0 28 1C 12 156 2F 41
Octal 320 175 226 0 50 34 22 526 57 101
Binary 11010000 1111101 10010110 0 101000 11100 10010 101010110 101111 1000001

Color Harmonies of #D07D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D96

Black with #D07D96

Text Example


Text Example

White with #D07D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D96; }

 p { color: rgb(208,125,150); }

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

background-color css

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

 a { background-color: rgb(208,125,150); }

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

border-color css

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

 span { border-color: rgb(208,125,150); }

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