Html Css Color HEX #D07D9A Puce

📋 copy color: '#D07D9A'

red 208 ◦ green 125 ◦ blue 154

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

Shades of Puce #D07D9A

Tints of Puce #D07D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 42.71%
G = 25.67%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D07D9A (or 0xD07D9A) is known color: Puce. HEX triplet: D0, 7D and 9A. RGB value is (208,125,154). Sum of RGB (Red+Green+Blue) = 208+125+154=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07D9A is #2F8265. Grayscale: #999999. Windows color (decimal): -3113574 or 10124752. OLE color: 10124752.

HSL color Cylindrical-coordinate representation of color #D07D9A: hue angle of 339.04º 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 #D07D9A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 154 -
CMYK 0 0.40 0.26 0.18
HSL 339.04º 0.47% 0.65% -
HSV(B) 339.04º 0.4% 0.82% -
XYZ 39.18 30.41 34.38 -
YUV 153.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 208 125 154 0 0.40 0.26 0.18 339.04 0.47 0.65
Hex D0 7D 9A 0 28 1A 12 153 2F 41
Octal 320 175 232 0 50 32 22 523 57 101
Binary 11010000 1111101 10011010 0 101000 11010 10010 101010011 101111 1000001

Color Harmonies of #D07D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D9A

Black with #D07D9A

Text Example


Text Example

White with #D07D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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