Html Css Color HEX #D36682 Charm

📋 copy color: '#D36682'

red 211 ◦ green 102 ◦ blue 130

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

Shades of Charm #D36682

Tints of Charm #D36682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 47.63%
G = 23.02%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D36682 (or 0xD36682) is known color: Charm. HEX triplet: D3, 66 and 82. RGB value is (211,102,130). Sum of RGB (Red+Green+Blue) = 211+102+130=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D36682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36682 is #2C997D. Grayscale: #898989. Windows color (decimal): -2922878 or 8546003. OLE color: 8546003.

HSL color Cylindrical-coordinate representation of color #D36682: hue angle of 344.59º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36682 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 102 130 -
CMYK 0 0.52 0.38 0.17
HSL 344.59º 0.55% 0.61% -
HSV(B) 344.59º 0.52% 0.83% -
XYZ 35.64 24.96 24.06 -
YUV 137.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 211 102 130 0 0.52 0.38 0.17 344.59 0.55 0.61
Hex D3 66 82 0 34 26 11 159 37 3D
Octal 323 146 202 0 64 46 21 531 67 75
Binary 11010011 1100110 10000010 0 110100 100110 10001 101011001 110111 111101

Color Harmonies of #D36682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36682

Black with #D36682

Text Example


Text Example

White with #D36682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36682; }

 p { color: rgb(211,102,130); }

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

background-color css

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

 a { background-color: rgb(211,102,130); }

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

border-color css

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

 span { border-color: rgb(211,102,130); }

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