Html Css Color HEX #D28194 Puce

📋 copy color: '#D28194'

red 210 ◦ green 129 ◦ blue 148

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

Shades of Puce #D28194

Tints of Puce #D28194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 43.12%
G = 26.49%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D28194 (or 0xD28194) is known color: Puce. HEX triplet: D2, 81 and 94. RGB value is (210,129,148). Sum of RGB (Red+Green+Blue) = 210+129+148=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D28194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28194 is #2D7E6B. Grayscale: #9B9B9B. Windows color (decimal): -2981484 or 9732562. OLE color: 9732562.

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

Color convert

RGB 210 129 148 -
CMYK 0 0.39 0.30 0.18
HSL 345.93º 0.47% 0.66% -
HSV(B) 345.93º 0.39% 0.82% -
XYZ 39.77 31.54 32.01 -
YUV 155.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 210 129 148 0 0.39 0.30 0.18 345.93 0.47 0.66
Hex D2 81 94 0 27 1E 12 15A 2F 42
Octal 322 201 224 0 47 36 22 532 57 102
Binary 11010010 10000001 10010100 0 100111 11110 10010 101011010 101111 1000010

Color Harmonies of #D28194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28194

Black with #D28194

Text Example


Text Example

White with #D28194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28194; }

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

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

background-color css

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

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

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

border-color css

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

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

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