Html Css Color HEX #D5718E Charm

📋 copy color: '#D5718E'

red 213 ◦ green 113 ◦ blue 142

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

Shades of Charm #D5718E

Tints of Charm #D5718E

RGB

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

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

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

R = 45.51%
G = 24.15%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5718E (or 0xD5718E) is known color: Charm. HEX triplet: D5, 71 and 8E. RGB value is (213,113,142). Sum of RGB (Red+Green+Blue) = 213+113+142=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5718E is #2A8E71. Grayscale: #929292. Windows color (decimal): -2788978 or 9335253. OLE color: 9335253.

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

Color convert

RGB 213 113 142 -
CMYK 0 0.47 0.33 0.16
HSL 342.6º 0.54% 0.64% -
HSV(B) 342.6º 0.47% 0.84% -
XYZ 38.23 27.91 28.96 -
YUV 146.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 213 113 142 0 0.47 0.33 0.16 342.6 0.54 0.64
Hex D5 71 8E 0 2F 21 10 157 36 40
Octal 325 161 216 0 57 41 20 527 66 100
Binary 11010101 1110001 10001110 0 101111 100001 10000 101010111 110110 1000000

Color Harmonies of #D5718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5718E

Black with #D5718E

Text Example


Text Example

White with #D5718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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