Html Css Color HEX #DD659C Pale Violet Red

📋 copy color: '#DD659C'

red 221 ◦ green 101 ◦ blue 156

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

Shades of Pale Violet Red #DD659C

Tints of Pale Violet Red #DD659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 46.23%
G = 21.13%
B = 32.64%

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

#DD659C (or 0xDD659C) is known color: Pale Violet Red. HEX triplet: DD, 65 and 9C. RGB value is (221,101,156). Sum of RGB (Red+Green+Blue) = 221+101+156=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD659C is #229A63. Grayscale: #8F8F8F. Windows color (decimal): -2267748 or 10249693. OLE color: 10249693.

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

Color convert

RGB 221 101 156 -
CMYK 0 0.54 0.29 0.13
HSL 332.5º 0.64% 0.63% -
HSV(B) 332.5º 0.54% 0.87% -
XYZ 40.47 27.08 34.55 -
YUV 143.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 221 101 156 0 0.54 0.29 0.13 332.5 0.64 0.63
Hex DD 65 9C 0 36 1D D 14C 40 3F
Octal 335 145 234 0 66 35 15 514 100 77
Binary 11011101 1100101 10011100 0 110110 11101 1101 101001100 1000000 111111

Color Harmonies of #DD659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD659C

Black with #DD659C

Text Example


Text Example

White with #DD659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD659C; }

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

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

background-color css

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

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

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

border-color css

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

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

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