Html Css Color HEX #D57A81 Charm

📋 copy color: '#D57A81'

red 213 ◦ green 122 ◦ blue 129

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

Shades of Charm #D57A81

Tints of Charm #D57A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 45.91%
G = 26.29%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D57A81 (or 0xD57A81) is known color: Charm. HEX triplet: D5, 7A and 81. RGB value is (213,122,129). Sum of RGB (Red+Green+Blue) = 213+122+129=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A81 is #2A857E. Grayscale: #969696. Windows color (decimal): -2786687 or 8485589. OLE color: 8485589.

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

Color convert

RGB 213 122 129 -
CMYK 0 0.43 0.39 0.16
HSL 355.38º 0.52% 0.66% -
HSV(B) 355.38º 0.43% 0.84% -
XYZ 38.36 29.65 24.47 -
YUV 150.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 213 122 129 0 0.43 0.39 0.16 355.38 0.52 0.66
Hex D5 7A 81 0 2B 27 10 163 34 42
Octal 325 172 201 0 53 47 20 543 64 102
Binary 11010101 1111010 10000001 0 101011 100111 10000 101100011 110100 1000010

Color Harmonies of #D57A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A81

Black with #D57A81

Text Example


Text Example

White with #D57A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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