Html Css Color HEX #DD648C Pale Violet Red

📋 copy color: '#DD648C'

red 221 ◦ green 100 ◦ blue 140

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

Shades of Pale Violet Red #DD648C

Tints of Pale Violet Red #DD648C

RGB

 RED value IS 221 (86.72% from 255) = 47.94%

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

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

R = 47.94%
G = 21.69%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD648C (or 0xDD648C) is known color: Pale Violet Red. HEX triplet: DD, 64 and 8C. RGB value is (221,100,140). Sum of RGB (Red+Green+Blue) = 221+100+140=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD648C is #229B73. Grayscale: #8C8C8C. Windows color (decimal): -2268020 or 9200861. OLE color: 9200861.

HSL color Cylindrical-coordinate representation of color #DD648C: hue angle of 340.17º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD648C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 100 140 -
CMYK 0 0.55 0.37 0.13
HSL 340.17º 0.64% 0.63% -
HSV(B) 340.17º 0.55% 0.87% -
XYZ 39.11 26.38 27.84 -
YUV 140.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 221 100 140 0 0.55 0.37 0.13 340.17 0.64 0.63
Hex DD 64 8C 0 37 25 D 154 40 3F
Octal 335 144 214 0 67 45 15 524 100 77
Binary 11011101 1100100 10001100 0 110111 100101 1101 101010100 1000000 111111

Color Harmonies of #DD648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD648C

Black with #DD648C

Text Example


Text Example

White with #DD648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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