Html Css Color HEX #D9618C Pale Violet Red

📋 copy color: '#D9618C'

red 217 ◦ green 97 ◦ blue 140

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

Shades of Pale Violet Red #D9618C

Tints of Pale Violet Red #D9618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 47.8%
G = 21.37%
B = 30.84%

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

#D9618C (or 0xD9618C) is known color: Pale Violet Red. HEX triplet: D9, 61 and 8C. RGB value is (217,97,140). Sum of RGB (Red+Green+Blue) = 217+97+140=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9618C is #269E73. Grayscale: #898989. Windows color (decimal): -2530932 or 9200089. OLE color: 9200089.

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

Color convert

RGB 217 97 140 -
CMYK 0 0.55 0.35 0.15
HSL 338.5º 0.61% 0.62% -
HSV(B) 338.5º 0.55% 0.85% -
XYZ 37.62 25.19 27.69 -
YUV 137.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 217 97 140 0 0.55 0.35 0.15 338.5 0.61 0.62
Hex D9 61 8C 0 37 23 F 152 3D 3E
Octal 331 141 214 0 67 43 17 522 75 76
Binary 11011001 1100001 10001100 0 110111 100011 1111 101010010 111101 111110

Color Harmonies of #D9618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9618C

Black with #D9618C

Text Example


Text Example

White with #D9618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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