Html Css Color HEX #DD659A Pale Violet Red

📋 copy color: '#DD659A'

red 221 ◦ green 101 ◦ blue 154

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

Shades of Pale Violet Red #DD659A

Tints of Pale Violet Red #DD659A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 46.43%
G = 21.22%
B = 32.35%

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

#DD659A (or 0xDD659A) is known color: Pale Violet Red. HEX triplet: DD, 65 and 9A. RGB value is (221,101,154). Sum of RGB (Red+Green+Blue) = 221+101+154=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD659A is #229A65. Grayscale: #8E8E8E. Windows color (decimal): -2267750 or 10118621. OLE color: 10118621.

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

Color convert

RGB 221 101 154 -
CMYK 0 0.54 0.30 0.13
HSL 333.5º 0.64% 0.63% -
HSV(B) 333.5º 0.54% 0.87% -
XYZ 40.31 27.01 33.66 -
YUV 142.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 221 101 154 0 0.54 0.30 0.13 333.5 0.64 0.63
Hex DD 65 9A 0 36 1E D 14E 40 3F
Octal 335 145 232 0 66 36 15 516 100 77
Binary 11011101 1100101 10011010 0 110110 11110 1101 101001110 1000000 111111

Color Harmonies of #DD659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD659A

Black with #DD659A

Text Example


Text Example

White with #DD659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD659A; }

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

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

background-color css

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

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

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

border-color css

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

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

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