Html Css Color HEX #D57082 Charm

📋 copy color: '#D57082'

red 213 ◦ green 112 ◦ blue 130

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

Shades of Charm #D57082

Tints of Charm #D57082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.62%

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 46.81%
G = 24.62%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D57082 (or 0xD57082) is known color: Charm. HEX triplet: D5, 70 and 82. RGB value is (213,112,130). Sum of RGB (Red+Green+Blue) = 213+112+130=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D57082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57082 is #2A8F7D. Grayscale: #909090. Windows color (decimal): -2789246 or 8548565. OLE color: 8548565.

HSL color Cylindrical-coordinate representation of color #D57082: hue angle of 349.31º degrees, saturation: 0.55, 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 #D57082 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 130 -
CMYK 0 0.47 0.39 0.16
HSL 349.31º 0.55% 0.64% -
HSV(B) 349.31º 0.47% 0.84% -
XYZ 37.26 27.35 24.43 -
YUV 144.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 213 112 130 0 0.47 0.39 0.16 349.31 0.55 0.64
Hex D5 70 82 0 2F 27 10 15D 37 40
Octal 325 160 202 0 57 47 20 535 67 100
Binary 11010101 1110000 10000010 0 101111 100111 10000 101011101 110111 1000000

Color Harmonies of #D57082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57082

Black with #D57082

Text Example


Text Example

White with #D57082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57082; }

 p { color: rgb(213,112,130); }

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

background-color css

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

 a { background-color: rgb(213,112,130); }

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

border-color css

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

 span { border-color: rgb(213,112,130); }

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