Html Css Color HEX #D57992 Charm

📋 copy color: '#D57992'

red 213 ◦ green 121 ◦ blue 146

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

Shades of Charm #D57992

Tints of Charm #D57992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.21%

 BLUE value IS 146 (57.42% from 255) = 30.42%

R = 44.38%
G = 25.21%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D57992 (or 0xD57992) is known color: Charm. HEX triplet: D5, 79 and 92. RGB value is (213,121,146). Sum of RGB (Red+Green+Blue) = 213+121+146=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57992 is #2A866D. Grayscale: #979797. Windows color (decimal): -2786926 or 9599445. OLE color: 9599445.

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

Color convert

RGB 213 121 146 -
CMYK 0 0.43 0.31 0.16
HSL 343.7º 0.52% 0.65% -
HSV(B) 343.7º 0.43% 0.84% -
XYZ 39.47 29.9 30.88 -
YUV 151.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 213 121 146 0 0.43 0.31 0.16 343.7 0.52 0.65
Hex D5 79 92 0 2B 1F 10 158 34 41
Octal 325 171 222 0 53 37 20 530 64 101
Binary 11010101 1111001 10010010 0 101011 11111 10000 101011000 110100 1000001

Color Harmonies of #D57992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57992

Black with #D57992

Text Example


Text Example

White with #D57992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57992; }

 p { color: rgb(213,121,146); }

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

background-color css

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

 a { background-color: rgb(213,121,146); }

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

border-color css

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

 span { border-color: rgb(213,121,146); }

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