Html Css Color HEX #DD659B Pale Violet Red

📋 copy color: '#DD659B'

red 221 ◦ green 101 ◦ blue 155

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

Shades of Pale Violet Red #DD659B

Tints of Pale Violet Red #DD659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.17%

 BLUE value IS 155 (60.94% from 255) = 32.49%

R = 46.33%
G = 21.17%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD659B (or 0xDD659B) is known color: Pale Violet Red. HEX triplet: DD, 65 and 9B. RGB value is (221,101,155). Sum of RGB (Red+Green+Blue) = 221+101+155=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD659B is #229A64. Grayscale: #8E8E8E. Windows color (decimal): -2267749 or 10184157. OLE color: 10184157.

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

Color convert

RGB 221 101 155 -
CMYK 0 0.54 0.30 0.13
HSL 333º 0.64% 0.63% -
HSV(B) 333º 0.54% 0.87% -
XYZ 40.39 27.05 34.1 -
YUV 143.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 221 101 155 0 0.54 0.30 0.13 333 0.64 0.63
Hex DD 65 9B 0 36 1E D 14D 40 3F
Octal 335 145 233 0 66 36 15 515 100 77
Binary 11011101 1100101 10011011 0 110110 11110 1101 101001101 1000000 111111

Color Harmonies of #DD659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD659B

Black with #DD659B

Text Example


Text Example

White with #DD659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD659B; }

 p { color: rgb(221,101,155); }

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

background-color css

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

 a { background-color: rgb(221,101,155); }

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

border-color css

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

 span { border-color: rgb(221,101,155); }

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