Html Css Color HEX #D28188 Charm

📋 copy color: '#D28188'

red 210 ◦ green 129 ◦ blue 136

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

Shades of Charm #D28188

Tints of Charm #D28188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 44.21%
G = 27.16%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D28188 (or 0xD28188) is known color: Charm. HEX triplet: D2, 81 and 88. RGB value is (210,129,136). Sum of RGB (Red+Green+Blue) = 210+129+136=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D28188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28188 is #2D7E77. Grayscale: #9A9A9A. Windows color (decimal): -2981496 or 8946130. OLE color: 8946130.

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

Color convert

RGB 210 129 136 -
CMYK 0 0.39 0.35 0.18
HSL 354.81º 0.47% 0.66% -
HSV(B) 354.81º 0.39% 0.82% -
XYZ 38.87 31.18 27.26 -
YUV 154.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 210 129 136 0 0.39 0.35 0.18 354.81 0.47 0.66
Hex D2 81 88 0 27 23 12 163 2F 42
Octal 322 201 210 0 47 43 22 543 57 102
Binary 11010010 10000001 10001000 0 100111 100011 10010 101100011 101111 1000010

Color Harmonies of #D28188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28188

Black with #D28188

Text Example


Text Example

White with #D28188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28188; }

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

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

background-color css

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

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

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

border-color css

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

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

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