Html Css Color HEX #D2868F Puce

📋 copy color: '#D2868F'

red 210 ◦ green 134 ◦ blue 143

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

Shades of Puce #D2868F

Tints of Puce #D2868F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.52%

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

R = 43.12%
G = 27.52%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2868F (or 0xD2868F) is known color: Puce. HEX triplet: D2, 86 and 8F. RGB value is (210,134,143). Sum of RGB (Red+Green+Blue) = 210+134+143=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2868F is #2D7970. Grayscale: #9D9D9D. Windows color (decimal): -2980209 or 9406162. OLE color: 9406162.

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

Color convert

RGB 210 134 143 -
CMYK 0 0.36 0.32 0.18
HSL 352.89º 0.46% 0.67% -
HSV(B) 352.89º 0.36% 0.82% -
XYZ 40.06 32.74 30.19 -
YUV 157.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 210 134 143 0 0.36 0.32 0.18 352.89 0.46 0.67
Hex D2 86 8F 0 24 20 12 161 2E 43
Octal 322 206 217 0 44 40 22 541 56 103
Binary 11010010 10000110 10001111 0 100100 100000 10010 101100001 101110 1000011

Color Harmonies of #D2868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2868F

Black with #D2868F

Text Example


Text Example

White with #D2868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2868F; }

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

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

background-color css

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

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

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

border-color css

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

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

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