Html Css Color HEX #D57A8B Charm

📋 copy color: '#D57A8B'

red 213 ◦ green 122 ◦ blue 139

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

Shades of Charm #D57A8B

Tints of Charm #D57A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.74%

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 44.94%
G = 25.74%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D57A8B (or 0xD57A8B) is known color: Charm. HEX triplet: D5, 7A and 8B. RGB value is (213,122,139). Sum of RGB (Red+Green+Blue) = 213+122+139=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A8B is #2A8574. Grayscale: #979797. Windows color (decimal): -2786677 or 9140949. OLE color: 9140949.

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

Color convert

RGB 213 122 139 -
CMYK 0 0.43 0.35 0.16
HSL 348.79º 0.52% 0.66% -
HSV(B) 348.79º 0.43% 0.84% -
XYZ 39.06 29.93 28.14 -
YUV 151.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 213 122 139 0 0.43 0.35 0.16 348.79 0.52 0.66
Hex D5 7A 8B 0 2B 23 10 15D 34 42
Octal 325 172 213 0 53 43 20 535 64 102
Binary 11010101 1111010 10001011 0 101011 100011 10000 101011101 110100 1000010

Color Harmonies of #D57A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A8B

Black with #D57A8B

Text Example


Text Example

White with #D57A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A8B; }

 p { color: rgb(213,122,139); }

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

background-color css

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

 a { background-color: rgb(213,122,139); }

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

border-color css

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

 span { border-color: rgb(213,122,139); }

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