Html Css Color HEX #D07FA4 Puce

📋 copy color: '#D07FA4'

red 208 ◦ green 127 ◦ blue 164

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

Shades of Puce #D07FA4

Tints of Puce #D07FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.87%

R = 41.68%
G = 25.45%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D07FA4 (or 0xD07FA4) is known color: Puce. HEX triplet: D0, 7F and A4. RGB value is (208,127,164). Sum of RGB (Red+Green+Blue) = 208+127+164=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FA4 is #2F805B. Grayscale: #9B9B9B. Windows color (decimal): -3113052 or 10780624. OLE color: 10780624.

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

Color convert

RGB 208 127 164 -
CMYK 0 0.39 0.21 0.18
HSL 332.59º 0.46% 0.66% -
HSV(B) 332.59º 0.39% 0.82% -
XYZ 40.3 31.27 39.03 -
YUV 155.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 208 127 164 0 0.39 0.21 0.18 332.59 0.46 0.66
Hex D0 7F A4 0 27 15 12 14D 2E 42
Octal 320 177 244 0 47 25 22 515 56 102
Binary 11010000 1111111 10100100 0 100111 10101 10010 101001101 101110 1000010

Color Harmonies of #D07FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FA4

Black with #D07FA4

Text Example


Text Example

White with #D07FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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