Html Css Color HEX #D9618D Pale Violet Red

📋 copy color: '#D9618D'

red 217 ◦ green 97 ◦ blue 141

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

Shades of Pale Violet Red #D9618D

Tints of Pale Violet Red #D9618D

RGB

 RED value IS 217 (85.16% from 255) = 47.69%

 GREEN value IS 97 (38.28% from 255) = 21.32%

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

R = 47.69%
G = 21.32%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9618D (or 0xD9618D) is known color: Pale Violet Red. HEX triplet: D9, 61 and 8D. RGB value is (217,97,141). Sum of RGB (Red+Green+Blue) = 217+97+141=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9618D is #269E72. Grayscale: #898989. Windows color (decimal): -2530931 or 9265625. OLE color: 9265625.

HSL color Cylindrical-coordinate representation of color #D9618D: hue angle of 338º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9618D is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 141 -
CMYK 0 0.55 0.35 0.15
HSL 338º 0.61% 0.62% -
HSV(B) 338º 0.55% 0.85% -
XYZ 37.7 25.22 28.08 -
YUV 137.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 217 97 141 0 0.55 0.35 0.15 338 0.61 0.62
Hex D9 61 8D 0 37 23 F 152 3D 3E
Octal 331 141 215 0 67 43 17 522 75 76
Binary 11011001 1100001 10001101 0 110111 100011 1111 101010010 111101 111110

Color Harmonies of #D9618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9618D

Black with #D9618D

Text Example


Text Example

White with #D9618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9618D; }

 p { color: rgb(217,97,141); }

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

background-color css

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

 a { background-color: rgb(217,97,141); }

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

border-color css

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

 span { border-color: rgb(217,97,141); }

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