Html Css Color HEX #D57184 Charm

📋 copy color: '#D57184'

red 213 ◦ green 113 ◦ blue 132

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

Shades of Charm #D57184

Tints of Charm #D57184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.67%

 BLUE value IS 132 (51.95% from 255) = 28.82%

R = 46.51%
G = 24.67%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D57184 (or 0xD57184) is known color: Charm. HEX triplet: D5, 71 and 84. RGB value is (213,113,132). Sum of RGB (Red+Green+Blue) = 213+113+132=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D57184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57184 is #2A8E7B. Grayscale: #919191. Windows color (decimal): -2788988 or 8679893. OLE color: 8679893.

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

Color convert

RGB 213 113 132 -
CMYK 0 0.47 0.38 0.16
HSL 348.6º 0.54% 0.64% -
HSV(B) 348.6º 0.47% 0.84% -
XYZ 37.51 27.62 25.18 -
YUV 145.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 213 113 132 0 0.47 0.38 0.16 348.6 0.54 0.64
Hex D5 71 84 0 2F 26 10 15D 36 40
Octal 325 161 204 0 57 46 20 535 66 100
Binary 11010101 1110001 10000100 0 101111 100110 10000 101011101 110110 1000000

Color Harmonies of #D57184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57184

Black with #D57184

Text Example


Text Example

White with #D57184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57184; }

 p { color: rgb(213,113,132); }

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

background-color css

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

 a { background-color: rgb(213,113,132); }

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

border-color css

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

 span { border-color: rgb(213,113,132); }

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