Html Css Color HEX #D07F93 Puce

📋 copy color: '#D07F93'

red 208 ◦ green 127 ◦ blue 147

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

Shades of Puce #D07F93

Tints of Puce #D07F93

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 43.15%
G = 26.35%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D07F93 (or 0xD07F93) is known color: Puce. HEX triplet: D0, 7F and 93. RGB value is (208,127,147). Sum of RGB (Red+Green+Blue) = 208+127+147=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F93 is #2F806C. Grayscale: #999999. Windows color (decimal): -3113069 or 9666512. OLE color: 9666512.

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

Color convert

RGB 208 127 147 -
CMYK 0 0.39 0.29 0.18
HSL 345.19º 0.46% 0.66% -
HSV(B) 345.19º 0.39% 0.82% -
XYZ 38.87 30.7 31.48 -
YUV 153.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 208 127 147 0 0.39 0.29 0.18 345.19 0.46 0.66
Hex D0 7F 93 0 27 1D 12 159 2E 42
Octal 320 177 223 0 47 35 22 531 56 102
Binary 11010000 1111111 10010011 0 100111 11101 10010 101011001 101110 1000010

Color Harmonies of #D07F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F93

Black with #D07F93

Text Example


Text Example

White with #D07F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F93; }

 p { color: rgb(208,127,147); }

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

background-color css

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

 a { background-color: rgb(208,127,147); }

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

border-color css

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

 span { border-color: rgb(208,127,147); }

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