Html Css Color HEX #D57A7F Charm

📋 copy color: '#D57A7F'

red 213 ◦ green 122 ◦ blue 127

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

Shades of Charm #D57A7F

Tints of Charm #D57A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.49%

R = 46.1%
G = 26.41%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D57A7F (or 0xD57A7F) is known color: Charm. HEX triplet: D5, 7A and 7F. RGB value is (213,122,127). Sum of RGB (Red+Green+Blue) = 213+122+127=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A7F is #2A8580. Grayscale: #959595. Windows color (decimal): -2786689 or 8354517. OLE color: 8354517.

HSL color Cylindrical-coordinate representation of color #D57A7F: hue angle of 356.7º 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 #D57A7F is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 122 127 -
CMYK 0 0.43 0.40 0.16
HSL 356.7º 0.52% 0.66% -
HSV(B) 356.7º 0.43% 0.84% -
XYZ 38.23 29.6 23.78 -
YUV 149.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 213 122 127 0 0.43 0.40 0.16 356.7 0.52 0.66
Hex D5 7A 7F 0 2B 28 10 165 34 42
Octal 325 172 177 0 53 50 20 545 64 102
Binary 11010101 1111010 1111111 0 101011 101000 10000 101100101 110100 1000010

Color Harmonies of #D57A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A7F

Black with #D57A7F

Text Example


Text Example

White with #D57A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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