Html Css Color HEX #D2818F Puce

📋 copy color: '#D2818F'

red 210 ◦ green 129 ◦ blue 143

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

Shades of Puce #D2818F

Tints of Puce #D2818F

RGB

 RED value IS 210 (82.42% from 255) = 43.57%

 GREEN value IS 129 (50.78% from 255) = 26.76%

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 43.57%
G = 26.76%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2818F (or 0xD2818F) is known color: Puce. HEX triplet: D2, 81 and 8F. RGB value is (210,129,143). Sum of RGB (Red+Green+Blue) = 210+129+143=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2818F is #2D7E70. Grayscale: #9A9A9A. Windows color (decimal): -2981489 or 9404882. OLE color: 9404882.

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

Color convert

RGB 210 129 143 -
CMYK 0 0.39 0.32 0.18
HSL 349.63º 0.47% 0.66% -
HSV(B) 349.63º 0.39% 0.82% -
XYZ 39.39 31.39 29.97 -
YUV 154.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 210 129 143 0 0.39 0.32 0.18 349.63 0.47 0.66
Hex D2 81 8F 0 27 20 12 15E 2F 42
Octal 322 201 217 0 47 40 22 536 57 102
Binary 11010010 10000001 10001111 0 100111 100000 10010 101011110 101111 1000010

Color Harmonies of #D2818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2818F

Black with #D2818F

Text Example


Text Example

White with #D2818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2818F; }

 p { color: rgb(210,129,143); }

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

background-color css

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

 a { background-color: rgb(210,129,143); }

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

border-color css

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

 span { border-color: rgb(210,129,143); }

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