Html Css Color HEX #DD659D Pale Violet Red

📋 copy color: '#DD659D'

red 221 ◦ green 101 ◦ blue 157

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

Shades of Pale Violet Red #DD659D

Tints of Pale Violet Red #DD659D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.78%

R = 46.14%
G = 21.09%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD659D (or 0xDD659D) is known color: Pale Violet Red. HEX triplet: DD, 65 and 9D. RGB value is (221,101,157). Sum of RGB (Red+Green+Blue) = 221+101+157=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD659D is #229A62. Grayscale: #8F8F8F. Windows color (decimal): -2267747 or 10315229. OLE color: 10315229.

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

Color convert

RGB 221 101 157 -
CMYK 0 0.54 0.29 0.13
HSL 332º 0.64% 0.63% -
HSV(B) 332º 0.54% 0.87% -
XYZ 40.56 27.11 34.99 -
YUV 143.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 221 101 157 0 0.54 0.29 0.13 332 0.64 0.63
Hex DD 65 9D 0 36 1D D 14C 40 3F
Octal 335 145 235 0 66 35 15 514 100 77
Binary 11011101 1100101 10011101 0 110110 11101 1101 101001100 1000000 111111

Color Harmonies of #DD659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD659D

Black with #DD659D

Text Example


Text Example

White with #DD659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD659D; }

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

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

background-color css

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

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

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

border-color css

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

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

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