Html Css Color HEX #D57F81 Charm

📋 copy color: '#D57F81'

red 213 ◦ green 127 ◦ blue 129

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

Shades of Charm #D57F81

Tints of Charm #D57F81

RGB

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

 GREEN value IS 127 (50% from 255) = 27.08%

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

R = 45.42%
G = 27.08%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D57F81 (or 0xD57F81) is known color: Charm. HEX triplet: D5, 7F and 81. RGB value is (213,127,129). Sum of RGB (Red+Green+Blue) = 213+127+129=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F81 is #2A807E. Grayscale: #999999. Windows color (decimal): -2785407 or 8486869. OLE color: 8486869.

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

Color convert

RGB 213 127 129 -
CMYK 0 0.40 0.39 0.16
HSL 358.6º 0.51% 0.67% -
HSV(B) 358.6º 0.4% 0.84% -
XYZ 38.99 30.91 24.68 -
YUV 152.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 213 127 129 0 0.40 0.39 0.16 358.6 0.51 0.67
Hex D5 7F 81 0 28 27 10 167 33 43
Octal 325 177 201 0 50 47 20 547 63 103
Binary 11010101 1111111 10000001 0 101000 100111 10000 101100111 110011 1000011

Color Harmonies of #D57F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F81

Black with #D57F81

Text Example


Text Example

White with #D57F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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