Html Css Color HEX #D5758D Charm

📋 copy color: '#D5758D'

red 213 ◦ green 117 ◦ blue 141

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

Shades of Charm #D5758D

Tints of Charm #D5758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.94%

R = 45.22%
G = 24.84%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5758D (or 0xD5758D) is known color: Charm. HEX triplet: D5, 75 and 8D. RGB value is (213,117,141). Sum of RGB (Red+Green+Blue) = 213+117+141=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5758D is #2A8A72. Grayscale: #949494. Windows color (decimal): -2787955 or 9270741. OLE color: 9270741.

HSL color Cylindrical-coordinate representation of color #D5758D: hue angle of 345º 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 #D5758D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 141 -
CMYK 0 0.45 0.34 0.16
HSL 345º 0.53% 0.65% -
HSV(B) 345º 0.45% 0.84% -
XYZ 38.61 28.79 28.72 -
YUV 148.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 213 117 141 0 0.45 0.34 0.16 345 0.53 0.65
Hex D5 75 8D 0 2D 22 10 159 35 41
Octal 325 165 215 0 55 42 20 531 65 101
Binary 11010101 1110101 10001101 0 101101 100010 10000 101011001 110101 1000001

Color Harmonies of #D5758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5758D

Black with #D5758D

Text Example


Text Example

White with #D5758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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