Html Css Color HEX #D5718B Charm

📋 copy color: '#D5718B'

red 213 ◦ green 113 ◦ blue 139

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

Shades of Charm #D5718B

Tints of Charm #D5718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.89%

R = 45.81%
G = 24.3%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5718B (or 0xD5718B) is known color: Charm. HEX triplet: D5, 71 and 8B. RGB value is (213,113,139). Sum of RGB (Red+Green+Blue) = 213+113+139=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5718B is #2A8E74. Grayscale: #919191. Windows color (decimal): -2788981 or 9138645. OLE color: 9138645.

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

Color convert

RGB 213 113 139 -
CMYK 0 0.47 0.35 0.16
HSL 344.4º 0.54% 0.64% -
HSV(B) 344.4º 0.47% 0.84% -
XYZ 38.01 27.82 27.79 -
YUV 145.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 213 113 139 0 0.47 0.35 0.16 344.4 0.54 0.64
Hex D5 71 8B 0 2F 23 10 158 36 40
Octal 325 161 213 0 57 43 20 530 66 100
Binary 11010101 1110001 10001011 0 101111 100011 10000 101011000 110110 1000000

Color Harmonies of #D5718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5718B

Black with #D5718B

Text Example


Text Example

White with #D5718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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