Html Css Color HEX #D5718A Charm

📋 copy color: '#D5718A'

red 213 ◦ green 113 ◦ blue 138

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

Shades of Charm #D5718A

Tints of Charm #D5718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 45.91%
G = 24.35%
B = 29.74%

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

#D5718A (or 0xD5718A) is known color: Charm. HEX triplet: D5, 71 and 8A. RGB value is (213,113,138). Sum of RGB (Red+Green+Blue) = 213+113+138=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5718A is #2A8E75. Grayscale: #919191. Windows color (decimal): -2788982 or 9073109. OLE color: 9073109.

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

Color convert

RGB 213 113 138 -
CMYK 0 0.47 0.35 0.16
HSL 345º 0.54% 0.64% -
HSV(B) 345º 0.47% 0.84% -
XYZ 37.93 27.79 27.41 -
YUV 145.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 213 113 138 0 0.47 0.35 0.16 345 0.54 0.64
Hex D5 71 8A 0 2F 23 10 159 36 40
Octal 325 161 212 0 57 43 20 531 66 100
Binary 11010101 1110001 10001010 0 101111 100011 10000 101011001 110110 1000000

Color Harmonies of #D5718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5718A

Black with #D5718A

Text Example


Text Example

White with #D5718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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