Html Css Color HEX #D07EA6 Puce

📋 copy color: '#D07EA6'

red 208 ◦ green 126 ◦ blue 166

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

Shades of Puce #D07EA6

Tints of Puce #D07EA6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 41.6%
G = 25.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D07EA6 (or 0xD07EA6) is known color: Puce. HEX triplet: D0, 7E and A6. RGB value is (208,126,166). Sum of RGB (Red+Green+Blue) = 208+126+166=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07EA6 is #2F8159. Grayscale: #9A9A9A. Windows color (decimal): -3113306 or 10911440. OLE color: 10911440.

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

Color convert

RGB 208 126 166 -
CMYK 0 0.39 0.20 0.18
HSL 330.73º 0.47% 0.65% -
HSV(B) 330.73º 0.39% 0.82% -
XYZ 40.36 31.08 39.95 -
YUV 155.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 208 126 166 0 0.39 0.20 0.18 330.73 0.47 0.65
Hex D0 7E A6 0 27 14 12 14B 2F 41
Octal 320 176 246 0 47 24 22 513 57 101
Binary 11010000 1111110 10100110 0 100111 10100 10010 101001011 101111 1000001

Color Harmonies of #D07EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EA6

Black with #D07EA6

Text Example


Text Example

White with #D07EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EA6; }

 p { color: rgb(208,126,166); }

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

background-color css

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

 a { background-color: rgb(208,126,166); }

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

border-color css

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

 span { border-color: rgb(208,126,166); }

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