Html Css Color HEX #D28090 Charm

📋 copy color: '#D28090'

red 210 ◦ green 128 ◦ blue 144

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

Shades of Charm #D28090

Tints of Charm #D28090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 43.57%
G = 26.56%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D28090 (or 0xD28090) is known color: Charm. HEX triplet: D2, 80 and 90. RGB value is (210,128,144). Sum of RGB (Red+Green+Blue) = 210+128+144=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D28090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28090 is #2D7F6F. Grayscale: #9A9A9A. Windows color (decimal): -2981744 or 9470162. OLE color: 9470162.

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

Color convert

RGB 210 128 144 -
CMYK 0 0.39 0.31 0.18
HSL 348.29º 0.48% 0.66% -
HSV(B) 348.29º 0.39% 0.82% -
XYZ 39.33 31.15 30.33 -
YUV 154.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 210 128 144 0 0.39 0.31 0.18 348.29 0.48 0.66
Hex D2 80 90 0 27 1F 12 15C 30 42
Octal 322 200 220 0 47 37 22 534 60 102
Binary 11010010 10000000 10010000 0 100111 11111 10010 101011100 110000 1000010

Color Harmonies of #D28090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28090

Black with #D28090

Text Example


Text Example

White with #D28090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28090; }

 p { color: rgb(210,128,144); }

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

background-color css

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

 a { background-color: rgb(210,128,144); }

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

border-color css

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

 span { border-color: rgb(210,128,144); }

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