Html Css Color HEX #D07E9D Puce

📋 copy color: '#D07E9D'

red 208 ◦ green 126 ◦ blue 157

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

Shades of Puce #D07E9D

Tints of Puce #D07E9D

RGB

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

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

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

R = 42.36%
G = 25.66%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D07E9D (or 0xD07E9D) is known color: Puce. HEX triplet: D0, 7E and 9D. RGB value is (208,126,157). Sum of RGB (Red+Green+Blue) = 208+126+157=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E9D is #2F8162. Grayscale: #9A9A9A. Windows color (decimal): -3113315 or 10321616. OLE color: 10321616.

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

Color convert

RGB 208 126 157 -
CMYK 0 0.39 0.25 0.18
HSL 337.32º 0.47% 0.65% -
HSV(B) 337.32º 0.39% 0.82% -
XYZ 39.56 30.77 35.75 -
YUV 154.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 208 126 157 0 0.39 0.25 0.18 337.32 0.47 0.65
Hex D0 7E 9D 0 27 19 12 151 2F 41
Octal 320 176 235 0 47 31 22 521 57 101
Binary 11010000 1111110 10011101 0 100111 11001 10010 101010001 101111 1000001

Color Harmonies of #D07E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E9D

Black with #D07E9D

Text Example


Text Example

White with #D07E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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