Html Css Color HEX #D5758E Charm

📋 copy color: '#D5758E'

red 213 ◦ green 117 ◦ blue 142

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

Shades of Charm #D5758E

Tints of Charm #D5758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.79%

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 45.13%
G = 24.79%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5758E (or 0xD5758E) is known color: Charm. HEX triplet: D5, 75 and 8E. RGB value is (213,117,142). Sum of RGB (Red+Green+Blue) = 213+117+142=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5758E is #2A8A71. Grayscale: #949494. Windows color (decimal): -2787954 or 9336277. OLE color: 9336277.

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

Color convert

RGB 213 117 142 -
CMYK 0 0.45 0.33 0.16
HSL 344.38º 0.53% 0.65% -
HSV(B) 344.38º 0.45% 0.84% -
XYZ 38.68 28.82 29.12 -
YUV 148.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 213 117 142 0 0.45 0.33 0.16 344.38 0.53 0.65
Hex D5 75 8E 0 2D 21 10 158 35 41
Octal 325 165 216 0 55 41 20 530 65 101
Binary 11010101 1110101 10001110 0 101101 100001 10000 101011000 110101 1000001

Color Harmonies of #D5758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5758E

Black with #D5758E

Text Example


Text Example

White with #D5758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5758E; }

 p { color: rgb(213,117,142); }

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

background-color css

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

 a { background-color: rgb(213,117,142); }

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

border-color css

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

 span { border-color: rgb(213,117,142); }

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