Html Css Color HEX #D9618A Pale Violet Red

📋 copy color: '#D9618A'

red 217 ◦ green 97 ◦ blue 138

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

Shades of Pale Violet Red #D9618A

Tints of Pale Violet Red #D9618A

RGB

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

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

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

R = 48.01%
G = 21.46%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9618A (or 0xD9618A) is known color: Pale Violet Red. HEX triplet: D9, 61 and 8A. RGB value is (217,97,138). Sum of RGB (Red+Green+Blue) = 217+97+138=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9618A is #269E75. Grayscale: #898989. Windows color (decimal): -2530934 or 9069017. OLE color: 9069017.

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

Color convert

RGB 217 97 138 -
CMYK 0 0.55 0.36 0.15
HSL 339.5º 0.61% 0.62% -
HSV(B) 339.5º 0.55% 0.85% -
XYZ 37.48 25.14 26.92 -
YUV 137.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 217 97 138 0 0.55 0.36 0.15 339.5 0.61 0.62
Hex D9 61 8A 0 37 24 F 154 3D 3E
Octal 331 141 212 0 67 44 17 524 75 76
Binary 11011001 1100001 10001010 0 110111 100100 1111 101010100 111101 111110

Color Harmonies of #D9618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9618A

Black with #D9618A

Text Example


Text Example

White with #D9618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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