Html Css Color HEX #D37D99 Puce

📋 copy color: '#D37D99'

red 211 ◦ green 125 ◦ blue 153

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

Shades of Puce #D37D99

Tints of Puce #D37D99

RGB

 RED value IS 211 (82.81% from 255) = 43.15%

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

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 43.15%
G = 25.56%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D37D99 (or 0xD37D99) is known color: Puce. HEX triplet: D3, 7D and 99. RGB value is (211,125,153). Sum of RGB (Red+Green+Blue) = 211+125+153=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D99 is #2C8266. Grayscale: #999999. Windows color (decimal): -2916967 or 10059219. OLE color: 10059219.

HSL color Cylindrical-coordinate representation of color #D37D99: hue angle of 340.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37D99 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 125 153 -
CMYK 0 0.41 0.27 0.17
HSL 340.47º 0.49% 0.66% -
HSV(B) 340.47º 0.41% 0.83% -
XYZ 39.95 30.82 33.98 -
YUV 153.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 211 125 153 0 0.41 0.27 0.17 340.47 0.49 0.66
Hex D3 7D 99 0 29 1B 11 154 31 42
Octal 323 175 231 0 51 33 21 524 61 102
Binary 11010011 1111101 10011001 0 101001 11011 10001 101010100 110001 1000010

Color Harmonies of #D37D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37D99

Black with #D37D99

Text Example


Text Example

White with #D37D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37D99; }

 p { color: rgb(211,125,153); }

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

background-color css

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

 a { background-color: rgb(211,125,153); }

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

border-color css

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

 span { border-color: rgb(211,125,153); }

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