Html Css Color HEX #D07C9D Puce

📋 copy color: '#D07C9D'

red 208 ◦ green 124 ◦ blue 157

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

Shades of Puce #D07C9D

Tints of Puce #D07C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.36%

 BLUE value IS 157 (61.72% from 255) = 32.11%

R = 42.54%
G = 25.36%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D07C9D (or 0xD07C9D) is known color: Puce. HEX triplet: D0, 7C and 9D. RGB value is (208,124,157). Sum of RGB (Red+Green+Blue) = 208+124+157=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C9D is #2F8362. Grayscale: #989898. Windows color (decimal): -3113827 or 10321104. OLE color: 10321104.

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

Color convert

RGB 208 124 157 -
CMYK 0 0.40 0.25 0.18
HSL 336.43º 0.47% 0.65% -
HSV(B) 336.43º 0.4% 0.82% -
XYZ 39.31 30.26 35.67 -
YUV 152.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 208 124 157 0 0.40 0.25 0.18 336.43 0.47 0.65
Hex D0 7C 9D 0 28 19 12 150 2F 41
Octal 320 174 235 0 50 31 22 520 57 101
Binary 11010000 1111100 10011101 0 101000 11001 10010 101010000 101111 1000001

Color Harmonies of #D07C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C9D

Black with #D07C9D

Text Example


Text Example

White with #D07C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C9D; }

 p { color: rgb(208,124,157); }

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

background-color css

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

 a { background-color: rgb(208,124,157); }

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

border-color css

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

 span { border-color: rgb(208,124,157); }

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