Html Css Color HEX #D57B80 Charm

📋 copy color: '#D57B80'

red 213 ◦ green 123 ◦ blue 128

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

Shades of Charm #D57B80

Tints of Charm #D57B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 45.91%
G = 26.51%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D57B80 (or 0xD57B80) is known color: Charm. HEX triplet: D5, 7B and 80. RGB value is (213,123,128). Sum of RGB (Red+Green+Blue) = 213+123+128=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57B80 is #2A847F. Grayscale: #969696. Windows color (decimal): -2786432 or 8420309. OLE color: 8420309.

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

Color convert

RGB 213 123 128 -
CMYK 0 0.42 0.40 0.16
HSL 356.67º 0.52% 0.66% -
HSV(B) 356.67º 0.42% 0.84% -
XYZ 38.42 29.87 24.16 -
YUV 150.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 213 123 128 0 0.42 0.40 0.16 356.67 0.52 0.66
Hex D5 7B 80 0 2A 28 10 165 34 42
Octal 325 173 200 0 52 50 20 545 64 102
Binary 11010101 1111011 10000000 0 101010 101000 10000 101100101 110100 1000010

Color Harmonies of #D57B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B80

Black with #D57B80

Text Example


Text Example

White with #D57B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B80; }

 p { color: rgb(213,123,128); }

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

background-color css

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

 a { background-color: rgb(213,123,128); }

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

border-color css

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

 span { border-color: rgb(213,123,128); }

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