Html Css Color HEX #DD669F Pale Violet Red

📋 copy color: '#DD669F'

red 221 ◦ green 102 ◦ blue 159

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

Shades of Pale Violet Red #DD669F

Tints of Pale Violet Red #DD669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 45.85%
G = 21.16%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD669F (or 0xDD669F) is known color: Pale Violet Red. HEX triplet: DD, 66 and 9F. RGB value is (221,102,159). Sum of RGB (Red+Green+Blue) = 221+102+159=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD669F is #229960. Grayscale: #8F8F8F. Windows color (decimal): -2267489 or 10446557. OLE color: 10446557.

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

Color convert

RGB 221 102 159 -
CMYK 0 0.54 0.28 0.13
HSL 331.26º 0.64% 0.63% -
HSV(B) 331.26º 0.54% 0.87% -
XYZ 40.83 27.38 35.93 -
YUV 144.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 221 102 159 0 0.54 0.28 0.13 331.26 0.64 0.63
Hex DD 66 9F 0 36 1C D 14B 40 3F
Octal 335 146 237 0 66 34 15 513 100 77
Binary 11011101 1100110 10011111 0 110110 11100 1101 101001011 1000000 111111

Color Harmonies of #DD669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD669F

Black with #DD669F

Text Example


Text Example

White with #DD669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD669F; }

 p { color: rgb(221,102,159); }

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

background-color css

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

 a { background-color: rgb(221,102,159); }

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

border-color css

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

 span { border-color: rgb(221,102,159); }

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