Html Css Color HEX #D56682 Charm

📋 copy color: '#D56682'

red 213 ◦ green 102 ◦ blue 130

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

Shades of Charm #D56682

Tints of Charm #D56682

RGB

 RED value IS 213 (83.59% from 255) = 47.87%

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

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

R = 47.87%
G = 22.92%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D56682 (or 0xD56682) is known color: Charm. HEX triplet: D5, 66 and 82. RGB value is (213,102,130). Sum of RGB (Red+Green+Blue) = 213+102+130=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D56682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56682 is #2A997D. Grayscale: #8A8A8A. Windows color (decimal): -2791806 or 8546005. OLE color: 8546005.

HSL color Cylindrical-coordinate representation of color #D56682: hue angle of 344.86º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56682 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 102 130 -
CMYK 0 0.52 0.39 0.16
HSL 344.86º 0.57% 0.62% -
HSV(B) 344.86º 0.52% 0.84% -
XYZ 36.22 25.26 24.09 -
YUV 138.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 213 102 130 0 0.52 0.39 0.16 344.86 0.57 0.62
Hex D5 66 82 0 34 27 10 159 39 3E
Octal 325 146 202 0 64 47 20 531 71 76
Binary 11010101 1100110 10000010 0 110100 100111 10000 101011001 111001 111110

Color Harmonies of #D56682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56682

Black with #D56682

Text Example


Text Example

White with #D56682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56682; }

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

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

background-color css

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

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

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

border-color css

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

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

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