Html Css Color HEX #D5757F Charm

📋 copy color: '#D5757F'

red 213 ◦ green 117 ◦ blue 127

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

Shades of Charm #D5757F

Tints of Charm #D5757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

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

R = 46.61%
G = 25.6%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5757F (or 0xD5757F) is known color: Charm. HEX triplet: D5, 75 and 7F. RGB value is (213,117,127). Sum of RGB (Red+Green+Blue) = 213+117+127=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5757F is #2A8A80. Grayscale: #929292. Windows color (decimal): -2787969 or 8353237. OLE color: 8353237.

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

Color convert

RGB 213 117 127 -
CMYK 0 0.45 0.40 0.16
HSL 353.75º 0.53% 0.65% -
HSV(B) 353.75º 0.45% 0.84% -
XYZ 37.63 28.4 23.58 -
YUV 146.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 213 117 127 0 0.45 0.40 0.16 353.75 0.53 0.65
Hex D5 75 7F 0 2D 28 10 162 35 41
Octal 325 165 177 0 55 50 20 542 65 101
Binary 11010101 1110101 1111111 0 101101 101000 10000 101100010 110101 1000001

Color Harmonies of #D5757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5757F

Black with #D5757F

Text Example


Text Example

White with #D5757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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