Html Css Color HEX #D57D94 Charm

📋 copy color: '#D57D94'

red 213 ◦ green 125 ◦ blue 148

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

Shades of Charm #D57D94

Tints of Charm #D57D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.72%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 43.83%
G = 25.72%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D57D94 (or 0xD57D94) is known color: Charm. HEX triplet: D5, 7D and 94. RGB value is (213,125,148). Sum of RGB (Red+Green+Blue) = 213+125+148=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57D94 is #2A826B. Grayscale: #999999. Windows color (decimal): -2785900 or 9731541. OLE color: 9731541.

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

Color convert

RGB 213 125 148 -
CMYK 0 0.41 0.31 0.16
HSL 344.32º 0.51% 0.66% -
HSV(B) 344.32º 0.41% 0.84% -
XYZ 40.12 30.95 31.88 -
YUV 153.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 213 125 148 0 0.41 0.31 0.16 344.32 0.51 0.66
Hex D5 7D 94 0 29 1F 10 158 33 42
Octal 325 175 224 0 51 37 20 530 63 102
Binary 11010101 1111101 10010100 0 101001 11111 10000 101011000 110011 1000010

Color Harmonies of #D57D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D94

Black with #D57D94

Text Example


Text Example

White with #D57D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D94; }

 p { color: rgb(213,125,148); }

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

background-color css

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

 a { background-color: rgb(213,125,148); }

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

border-color css

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

 span { border-color: rgb(213,125,148); }

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