Html Css Color HEX #D57D82 Charm

📋 copy color: '#D57D82'

red 213 ◦ green 125 ◦ blue 130

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

Shades of Charm #D57D82

Tints of Charm #D57D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

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

R = 45.51%
G = 26.71%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D57D82 (or 0xD57D82) is known color: Charm. HEX triplet: D5, 7D and 82. RGB value is (213,125,130). Sum of RGB (Red+Green+Blue) = 213+125+130=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57D82 is #2A827D. Grayscale: #979797. Windows color (decimal): -2785918 or 8551893. OLE color: 8551893.

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

Color convert

RGB 213 125 130 -
CMYK 0 0.41 0.39 0.16
HSL 356.59º 0.51% 0.66% -
HSV(B) 356.59º 0.41% 0.84% -
XYZ 38.8 30.43 24.95 -
YUV 151.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 213 125 130 0 0.41 0.39 0.16 356.59 0.51 0.66
Hex D5 7D 82 0 29 27 10 165 33 42
Octal 325 175 202 0 51 47 20 545 63 102
Binary 11010101 1111101 10000010 0 101001 100111 10000 101100101 110011 1000010

Color Harmonies of #D57D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D82

Black with #D57D82

Text Example


Text Example

White with #D57D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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