Html Css Color HEX #D9648C Pale Violet Red

📋 copy color: '#D9648C'

red 217 ◦ green 100 ◦ blue 140

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

Shades of Pale Violet Red #D9648C

Tints of Pale Violet Red #D9648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 47.48%
G = 21.88%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9648C (or 0xD9648C) is known color: Pale Violet Red. HEX triplet: D9, 64 and 8C. RGB value is (217,100,140). Sum of RGB (Red+Green+Blue) = 217+100+140=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9648C is #269B73. Grayscale: #8B8B8B. Windows color (decimal): -2530164 or 9200857. OLE color: 9200857.

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

Color convert

RGB 217 100 140 -
CMYK 0 0.54 0.35 0.15
HSL 339.49º 0.61% 0.62% -
HSV(B) 339.49º 0.54% 0.85% -
XYZ 37.91 25.76 27.79 -
YUV 139.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 217 100 140 0 0.54 0.35 0.15 339.49 0.61 0.62
Hex D9 64 8C 0 36 23 F 153 3D 3E
Octal 331 144 214 0 66 43 17 523 75 76
Binary 11011001 1100100 10001100 0 110110 100011 1111 101010011 111101 111110

Color Harmonies of #D9648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9648C

Black with #D9648C

Text Example


Text Example

White with #D9648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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