Html Css Color HEX #D36D85 Charm

📋 copy color: '#D36D85'

red 211 ◦ green 109 ◦ blue 133

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

Shades of Charm #D36D85

Tints of Charm #D36D85

RGB

 RED value IS 211 (82.81% from 255) = 46.58%

 GREEN value IS 109 (42.97% from 255) = 24.06%

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

R = 46.58%
G = 24.06%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D36D85 (or 0xD36D85) is known color: Charm. HEX triplet: D3, 6D and 85. RGB value is (211,109,133). Sum of RGB (Red+Green+Blue) = 211+109+133=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36D85 is #2C927A. Grayscale: #8E8E8E. Windows color (decimal): -2921083 or 8744403. OLE color: 8744403.

HSL color Cylindrical-coordinate representation of color #D36D85: hue angle of 345.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36D85 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 109 133 -
CMYK 0 0.48 0.37 0.17
HSL 345.88º 0.54% 0.63% -
HSV(B) 345.88º 0.48% 0.83% -
XYZ 36.57 26.48 25.37 -
YUV 142.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 211 109 133 0 0.48 0.37 0.17 345.88 0.54 0.63
Hex D3 6D 85 0 30 25 11 15A 36 3F
Octal 323 155 205 0 60 45 21 532 66 77
Binary 11010011 1101101 10000101 0 110000 100101 10001 101011010 110110 111111

Color Harmonies of #D36D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36D85

Black with #D36D85

Text Example


Text Example

White with #D36D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36D85; }

 p { color: rgb(211,109,133); }

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

background-color css

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

 a { background-color: rgb(211,109,133); }

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

border-color css

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

 span { border-color: rgb(211,109,133); }

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