Html Css Color HEX #D28292 Puce

📋 copy color: '#D28292'

red 210 ◦ green 130 ◦ blue 146

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

Shades of Puce #D28292

Tints of Puce #D28292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.75%

 BLUE value IS 146 (57.42% from 255) = 30.04%

R = 43.21%
G = 26.75%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D28292 (or 0xD28292) is known color: Puce. HEX triplet: D2, 82 and 92. RGB value is (210,130,146). Sum of RGB (Red+Green+Blue) = 210+130+146=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D28292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28292 is #2D7D6D. Grayscale: #9B9B9B. Windows color (decimal): -2981230 or 9601746. OLE color: 9601746.

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

Color convert

RGB 210 130 146 -
CMYK 0 0.38 0.30 0.18
HSL 348º 0.47% 0.67% -
HSV(B) 348º 0.38% 0.82% -
XYZ 39.75 31.74 31.23 -
YUV 155.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 210 130 146 0 0.38 0.30 0.18 348 0.47 0.67
Hex D2 82 92 0 26 1E 12 15C 2F 43
Octal 322 202 222 0 46 36 22 534 57 103
Binary 11010010 10000010 10010010 0 100110 11110 10010 101011100 101111 1000011

Color Harmonies of #D28292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28292

Black with #D28292

Text Example


Text Example

White with #D28292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28292; }

 p { color: rgb(210,130,146); }

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

background-color css

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

 a { background-color: rgb(210,130,146); }

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

border-color css

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

 span { border-color: rgb(210,130,146); }

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