Html Css Color HEX #D28385 Charm

📋 copy color: '#D28385'

red 210 ◦ green 131 ◦ blue 133

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

Shades of Charm #D28385

Tints of Charm #D28385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.64%

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

R = 44.3%
G = 27.64%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D28385 (or 0xD28385) is known color: Charm. HEX triplet: D2, 83 and 85. RGB value is (210,131,133). Sum of RGB (Red+Green+Blue) = 210+131+133=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D28385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28385 is #2D7C7A. Grayscale: #9A9A9A. Windows color (decimal): -2980987 or 8750034. OLE color: 8750034.

HSL color Cylindrical-coordinate representation of color #D28385: hue angle of 358.48º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28385 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 131 133 -
CMYK 0 0.38 0.37 0.18
HSL 358.48º 0.47% 0.67% -
HSV(B) 358.48º 0.38% 0.82% -
XYZ 38.93 31.63 26.24 -
YUV 154.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 210 131 133 0 0.38 0.37 0.18 358.48 0.47 0.67
Hex D2 83 85 0 26 25 12 166 2F 43
Octal 322 203 205 0 46 45 22 546 57 103
Binary 11010010 10000011 10000101 0 100110 100101 10010 101100110 101111 1000011

Color Harmonies of #D28385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28385

Black with #D28385

Text Example


Text Example

White with #D28385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28385; }

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

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

background-color css

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

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

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

border-color css

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

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

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