Html Css Color HEX #D28085 Charm

📋 copy color: '#D28085'

red 210 ◦ green 128 ◦ blue 133

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

Shades of Charm #D28085

Tints of Charm #D28085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 44.59%
G = 27.18%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D28085 (or 0xD28085) is known color: Charm. HEX triplet: D2, 80 and 85. RGB value is (210,128,133). Sum of RGB (Red+Green+Blue) = 210+128+133=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D28085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28085 is #2D7F7A. Grayscale: #999999. Windows color (decimal): -2981755 or 8749266. OLE color: 8749266.

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

Color convert

RGB 210 128 133 -
CMYK 0 0.39 0.37 0.18
HSL 356.34º 0.48% 0.66% -
HSV(B) 356.34º 0.39% 0.82% -
XYZ 38.53 30.83 26.11 -
YUV 153.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 210 128 133 0 0.39 0.37 0.18 356.34 0.48 0.66
Hex D2 80 85 0 27 25 12 164 30 42
Octal 322 200 205 0 47 45 22 544 60 102
Binary 11010010 10000000 10000101 0 100111 100101 10010 101100100 110000 1000010

Color Harmonies of #D28085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28085

Black with #D28085

Text Example


Text Example

White with #D28085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28085; }

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

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

background-color css

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

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

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

border-color css

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

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

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