Html Css Color HEX #D5718F Pale Violet Red

📋 copy color: '#D5718F'

red 213 ◦ green 113 ◦ blue 143

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

Shades of Pale Violet Red #D5718F

Tints of Pale Violet Red #D5718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.49%

R = 45.42%
G = 24.09%
B = 30.49%

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

#D5718F (or 0xD5718F) is known color: Pale Violet Red. HEX triplet: D5, 71 and 8F. RGB value is (213,113,143). Sum of RGB (Red+Green+Blue) = 213+113+143=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5718F is #2A8E70. Grayscale: #929292. Windows color (decimal): -2788977 or 9400789. OLE color: 9400789.

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

Color convert

RGB 213 113 143 -
CMYK 0 0.47 0.33 0.16
HSL 342º 0.54% 0.64% -
HSV(B) 342º 0.47% 0.84% -
XYZ 38.3 27.94 29.36 -
YUV 146.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 213 113 143 0 0.47 0.33 0.16 342 0.54 0.64
Hex D5 71 8F 0 2F 21 10 156 36 40
Octal 325 161 217 0 57 41 20 526 66 100
Binary 11010101 1110001 10001111 0 101111 100001 10000 101010110 110110 1000000

Color Harmonies of #D5718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5718F

Black with #D5718F

Text Example


Text Example

White with #D5718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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