Html Css Color HEX #D2868B Puce

📋 copy color: '#D2868B'

red 210 ◦ green 134 ◦ blue 139

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

Shades of Puce #D2868B

Tints of Puce #D2868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 43.48%
G = 27.74%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2868B (or 0xD2868B) is known color: Puce. HEX triplet: D2, 86 and 8B. RGB value is (210,134,139). Sum of RGB (Red+Green+Blue) = 210+134+139=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2868B is #2D7974. Grayscale: #9D9D9D. Windows color (decimal): -2980213 or 9144018. OLE color: 9144018.

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

Color convert

RGB 210 134 139 -
CMYK 0 0.36 0.34 0.18
HSL 356.05º 0.46% 0.67% -
HSV(B) 356.05º 0.36% 0.82% -
XYZ 39.76 32.62 28.63 -
YUV 157.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 210 134 139 0 0.36 0.34 0.18 356.05 0.46 0.67
Hex D2 86 8B 0 24 22 12 164 2E 43
Octal 322 206 213 0 44 42 22 544 56 103
Binary 11010010 10000110 10001011 0 100100 100010 10010 101100100 101110 1000011

Color Harmonies of #D2868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2868B

Black with #D2868B

Text Example


Text Example

White with #D2868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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