Html Css Color HEX #D57490 Charm

📋 copy color: '#D57490'

red 213 ◦ green 116 ◦ blue 144

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

Shades of Charm #D57490

Tints of Charm #D57490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.52%

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 45.03%
G = 24.52%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D57490 (or 0xD57490) is known color: Charm. HEX triplet: D5, 74 and 90. RGB value is (213,116,144). Sum of RGB (Red+Green+Blue) = 213+116+144=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D57490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57490 is #2A8B6F. Grayscale: #949494. Windows color (decimal): -2788208 or 9467093. OLE color: 9467093.

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

Color convert

RGB 213 116 144 -
CMYK 0 0.46 0.32 0.16
HSL 342.68º 0.54% 0.65% -
HSV(B) 342.68º 0.46% 0.84% -
XYZ 38.72 28.65 29.87 -
YUV 148.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 213 116 144 0 0.46 0.32 0.16 342.68 0.54 0.65
Hex D5 74 90 0 2E 20 10 157 36 41
Octal 325 164 220 0 56 40 20 527 66 101
Binary 11010101 1110100 10010000 0 101110 100000 10000 101010111 110110 1000001

Color Harmonies of #D57490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57490

Black with #D57490

Text Example


Text Example

White with #D57490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57490; }

 p { color: rgb(213,116,144); }

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

background-color css

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

 a { background-color: rgb(213,116,144); }

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

border-color css

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

 span { border-color: rgb(213,116,144); }

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