Html Css Color HEX #D07E9A Puce

📋 copy color: '#D07E9A'

red 208 ◦ green 126 ◦ blue 154

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

Shades of Puce #D07E9A

Tints of Puce #D07E9A

RGB

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

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

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

R = 42.62%
G = 25.82%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D07E9A (or 0xD07E9A) is known color: Puce. HEX triplet: D0, 7E and 9A. RGB value is (208,126,154). Sum of RGB (Red+Green+Blue) = 208+126+154=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E9A is #2F8165. Grayscale: #999999. Windows color (decimal): -3113318 or 10125008. OLE color: 10125008.

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

Color convert

RGB 208 126 154 -
CMYK 0 0.39 0.26 0.18
HSL 339.51º 0.47% 0.65% -
HSV(B) 339.51º 0.39% 0.82% -
XYZ 39.31 30.66 34.42 -
YUV 153.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 208 126 154 0 0.39 0.26 0.18 339.51 0.47 0.65
Hex D0 7E 9A 0 27 1A 12 154 2F 41
Octal 320 176 232 0 47 32 22 524 57 101
Binary 11010000 1111110 10011010 0 100111 11010 10010 101010100 101111 1000001

Color Harmonies of #D07E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E9A

Black with #D07E9A

Text Example


Text Example

White with #D07E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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