Html Css Color HEX #D07FA5 Puce

📋 copy color: '#D07FA5'

red 208 ◦ green 127 ◦ blue 165

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

Shades of Puce #D07FA5

Tints of Puce #D07FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33%

R = 41.6%
G = 25.4%
B = 33%

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

#D07FA5 (or 0xD07FA5) is known color: Puce. HEX triplet: D0, 7F and A5. RGB value is (208,127,165). Sum of RGB (Red+Green+Blue) = 208+127+165=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FA5 is #2F805A. Grayscale: #9B9B9B. Windows color (decimal): -3113051 or 10846160. OLE color: 10846160.

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

Color convert

RGB 208 127 165 -
CMYK 0 0.39 0.21 0.18
HSL 331.85º 0.46% 0.66% -
HSV(B) 331.85º 0.39% 0.82% -
XYZ 40.39 31.31 39.51 -
YUV 155.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 208 127 165 0 0.39 0.21 0.18 331.85 0.46 0.66
Hex D0 7F A5 0 27 15 12 14C 2E 42
Octal 320 177 245 0 47 25 22 514 56 102
Binary 11010000 1111111 10100101 0 100111 10101 10010 101001100 101110 1000010

Color Harmonies of #D07FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FA5

Black with #D07FA5

Text Example


Text Example

White with #D07FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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