Html Css Color HEX #D07C97 Puce

📋 copy color: '#D07C97'

red 208 ◦ green 124 ◦ blue 151

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

Shades of Puce #D07C97

Tints of Puce #D07C97

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.67%

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

R = 43.06%
G = 25.67%
B = 31.26%

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

#D07C97 (or 0xD07C97) is known color: Puce. HEX triplet: D0, 7C and 97. RGB value is (208,124,151). Sum of RGB (Red+Green+Blue) = 208+124+151=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C97 is #2F8368. Grayscale: #989898. Windows color (decimal): -3113833 or 9927888. OLE color: 9927888.

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

Color convert

RGB 208 124 151 -
CMYK 0 0.40 0.27 0.18
HSL 340.71º 0.47% 0.65% -
HSV(B) 340.71º 0.4% 0.82% -
XYZ 38.81 30.06 33.03 -
YUV 152.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 208 124 151 0 0.40 0.27 0.18 340.71 0.47 0.65
Hex D0 7C 97 0 28 1B 12 155 2F 41
Octal 320 174 227 0 50 33 22 525 57 101
Binary 11010000 1111100 10010111 0 101000 11011 10010 101010101 101111 1000001

Color Harmonies of #D07C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C97

Black with #D07C97

Text Example


Text Example

White with #D07C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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