Html Css Color HEX #D28293 Puce

📋 copy color: '#D28293'

red 210 ◦ green 130 ◦ blue 147

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

Shades of Puce #D28293

Tints of Puce #D28293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.18%

R = 43.12%
G = 26.69%
B = 30.18%

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

#D28293 (or 0xD28293) is known color: Puce. HEX triplet: D2, 82 and 93. RGB value is (210,130,147). Sum of RGB (Red+Green+Blue) = 210+130+147=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D28293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28293 is #2D7D6C. Grayscale: #9B9B9B. Windows color (decimal): -2981229 or 9667282. OLE color: 9667282.

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

Color convert

RGB 210 130 147 -
CMYK 0 0.38 0.30 0.18
HSL 347.25º 0.47% 0.67% -
HSV(B) 347.25º 0.38% 0.82% -
XYZ 39.83 31.77 31.64 -
YUV 155.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 210 130 147 0 0.38 0.30 0.18 347.25 0.47 0.67
Hex D2 82 93 0 26 1E 12 15B 2F 43
Octal 322 202 223 0 46 36 22 533 57 103
Binary 11010010 10000010 10010011 0 100110 11110 10010 101011011 101111 1000011

Color Harmonies of #D28293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28293

Black with #D28293

Text Example


Text Example

White with #D28293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28293; }

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

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

background-color css

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

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

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

border-color css

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

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

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