Html Css Color HEX #D07D97 Puce

📋 copy color: '#D07D97'

red 208 ◦ green 125 ◦ blue 151

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

Shades of Puce #D07D97

Tints of Puce #D07D97

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.83%

 BLUE value IS 151 (59.38% from 255) = 31.2%

R = 42.98%
G = 25.83%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D07D97 (or 0xD07D97) is known color: Puce. HEX triplet: D0, 7D and 97. RGB value is (208,125,151). Sum of RGB (Red+Green+Blue) = 208+125+151=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07D97 is #2F8268. Grayscale: #989898. Windows color (decimal): -3113577 or 9928144. OLE color: 9928144.

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

Color convert

RGB 208 125 151 -
CMYK 0 0.40 0.27 0.18
HSL 341.2º 0.47% 0.65% -
HSV(B) 341.2º 0.4% 0.82% -
XYZ 38.93 30.31 33.08 -
YUV 152.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 208 125 151 0 0.40 0.27 0.18 341.2 0.47 0.65
Hex D0 7D 97 0 28 1B 12 155 2F 41
Octal 320 175 227 0 50 33 22 525 57 101
Binary 11010000 1111101 10010111 0 101000 11011 10010 101010101 101111 1000001

Color Harmonies of #D07D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D97

Black with #D07D97

Text Example


Text Example

White with #D07D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D97; }

 p { color: rgb(208,125,151); }

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

background-color css

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

 a { background-color: rgb(208,125,151); }

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

border-color css

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

 span { border-color: rgb(208,125,151); }

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