Html Css Color HEX #D57383 Charm

📋 copy color: '#D57383'

red 213 ◦ green 115 ◦ blue 131

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

Shades of Charm #D57383

Tints of Charm #D57383

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 46.41%
G = 25.05%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D57383 (or 0xD57383) is known color: Charm. HEX triplet: D5, 73 and 83. RGB value is (213,115,131). Sum of RGB (Red+Green+Blue) = 213+115+131=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D57383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57383 is #2A8C7C. Grayscale: #929292. Windows color (decimal): -2788477 or 8614869. OLE color: 8614869.

HSL color Cylindrical-coordinate representation of color #D57383: hue angle of 350.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57383 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 131 -
CMYK 0 0.46 0.38 0.16
HSL 350.2º 0.54% 0.64% -
HSV(B) 350.2º 0.46% 0.84% -
XYZ 37.67 28.05 24.9 -
YUV 146.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 213 115 131 0 0.46 0.38 0.16 350.2 0.54 0.64
Hex D5 73 83 0 2E 26 10 15E 36 40
Octal 325 163 203 0 56 46 20 536 66 100
Binary 11010101 1110011 10000011 0 101110 100110 10000 101011110 110110 1000000

Color Harmonies of #D57383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57383

Black with #D57383

Text Example


Text Example

White with #D57383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57383; }

 p { color: rgb(213,115,131); }

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

background-color css

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

 a { background-color: rgb(213,115,131); }

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

border-color css

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

 span { border-color: rgb(213,115,131); }

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