Html Css Color HEX #D07F94 Puce

📋 copy color: '#D07F94'

red 208 ◦ green 127 ◦ blue 148

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

Shades of Puce #D07F94

Tints of Puce #D07F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 43.06%
G = 26.29%
B = 30.64%

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

#D07F94 (or 0xD07F94) is known color: Puce. HEX triplet: D0, 7F and 94. RGB value is (208,127,148). Sum of RGB (Red+Green+Blue) = 208+127+148=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F94 is #2F806B. Grayscale: #999999. Windows color (decimal): -3113068 or 9732048. OLE color: 9732048.

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

Color convert

RGB 208 127 148 -
CMYK 0 0.39 0.29 0.18
HSL 344.44º 0.46% 0.66% -
HSV(B) 344.44º 0.39% 0.82% -
XYZ 38.95 30.73 31.9 -
YUV 153.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 208 127 148 0 0.39 0.29 0.18 344.44 0.46 0.66
Hex D0 7F 94 0 27 1D 12 158 2E 42
Octal 320 177 224 0 47 35 22 530 56 102
Binary 11010000 1111111 10010100 0 100111 11101 10010 101011000 101110 1000010

Color Harmonies of #D07F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F94

Black with #D07F94

Text Example


Text Example

White with #D07F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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