Html Css Color HEX #D5718D Charm

📋 copy color: '#D5718D'

red 213 ◦ green 113 ◦ blue 141

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

Shades of Charm #D5718D

Tints of Charm #D5718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

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

R = 45.61%
G = 24.2%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5718D (or 0xD5718D) is known color: Charm. HEX triplet: D5, 71 and 8D. RGB value is (213,113,141). Sum of RGB (Red+Green+Blue) = 213+113+141=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5718D is #2A8E72. Grayscale: #929292. Windows color (decimal): -2788979 or 9269717. OLE color: 9269717.

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

Color convert

RGB 213 113 141 -
CMYK 0 0.47 0.34 0.16
HSL 343.2º 0.54% 0.64% -
HSV(B) 343.2º 0.47% 0.84% -
XYZ 38.15 27.88 28.57 -
YUV 146.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 213 113 141 0 0.47 0.34 0.16 343.2 0.54 0.64
Hex D5 71 8D 0 2F 22 10 157 36 40
Octal 325 161 215 0 57 42 20 527 66 100
Binary 11010101 1110001 10001101 0 101111 100010 10000 101010111 110110 1000000

Color Harmonies of #D5718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5718D

Black with #D5718D

Text Example


Text Example

White with #D5718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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