Html Css Color HEX #D28198 Puce

📋 copy color: '#D28198'

red 210 ◦ green 129 ◦ blue 152

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

Shades of Puce #D28198

Tints of Puce #D28198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.96%

R = 42.77%
G = 26.27%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D28198 (or 0xD28198) is known color: Puce. HEX triplet: D2, 81 and 98. RGB value is (210,129,152). Sum of RGB (Red+Green+Blue) = 210+129+152=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D28198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28198 is #2D7E67. Grayscale: #9B9B9B. Windows color (decimal): -2981480 or 9994706. OLE color: 9994706.

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

Color convert

RGB 210 129 152 -
CMYK 0 0.39 0.28 0.18
HSL 342.96º 0.47% 0.66% -
HSV(B) 342.96º 0.39% 0.82% -
XYZ 40.1 31.67 33.71 -
YUV 155.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 210 129 152 0 0.39 0.28 0.18 342.96 0.47 0.66
Hex D2 81 98 0 27 1C 12 157 2F 42
Octal 322 201 230 0 47 34 22 527 57 102
Binary 11010010 10000001 10011000 0 100111 11100 10010 101010111 101111 1000010

Color Harmonies of #D28198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28198

Black with #D28198

Text Example


Text Example

White with #D28198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28198; }

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

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

background-color css

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

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

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

border-color css

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

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

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