Html Css Color HEX #D9648B Pale Violet Red

📋 copy color: '#D9648B'

red 217 ◦ green 100 ◦ blue 139

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

Shades of Pale Violet Red #D9648B

Tints of Pale Violet Red #D9648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 47.59%
G = 21.93%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9648B (or 0xD9648B) is known color: Pale Violet Red. HEX triplet: D9, 64 and 8B. RGB value is (217,100,139). Sum of RGB (Red+Green+Blue) = 217+100+139=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9648B is #269B74. Grayscale: #8B8B8B. Windows color (decimal): -2530165 or 9135321. OLE color: 9135321.

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

Color convert

RGB 217 100 139 -
CMYK 0 0.54 0.36 0.15
HSL 340º 0.61% 0.62% -
HSV(B) 340º 0.54% 0.85% -
XYZ 37.83 25.73 27.4 -
YUV 139.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 217 100 139 0 0.54 0.36 0.15 340 0.61 0.62
Hex D9 64 8B 0 36 24 F 154 3D 3E
Octal 331 144 213 0 66 44 17 524 75 76
Binary 11011001 1100100 10001011 0 110110 100100 1111 101010100 111101 111110

Color Harmonies of #D9648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9648B

Black with #D9648B

Text Example


Text Example

White with #D9648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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