Html Css Color HEX #DD669E Pale Violet Red

📋 copy color: '#DD669E'

red 221 ◦ green 102 ◦ blue 158

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

Shades of Pale Violet Red #DD669E

Tints of Pale Violet Red #DD669E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.85%

R = 45.95%
G = 21.21%
B = 32.85%

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

#DD669E (or 0xDD669E) is known color: Pale Violet Red. HEX triplet: DD, 66 and 9E. RGB value is (221,102,158). Sum of RGB (Red+Green+Blue) = 221+102+158=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD669E is #229961. Grayscale: #8F8F8F. Windows color (decimal): -2267490 or 10381021. OLE color: 10381021.

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

Color convert

RGB 221 102 158 -
CMYK 0 0.54 0.29 0.13
HSL 331.76º 0.64% 0.63% -
HSV(B) 331.76º 0.54% 0.87% -
XYZ 40.74 27.34 35.48 -
YUV 143.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 221 102 158 0 0.54 0.29 0.13 331.76 0.64 0.63
Hex DD 66 9E 0 36 1D D 14C 40 3F
Octal 335 146 236 0 66 35 15 514 100 77
Binary 11011101 1100110 10011110 0 110110 11101 1101 101001100 1000000 111111

Color Harmonies of #DD669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD669E

Black with #DD669E

Text Example


Text Example

White with #DD669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD669E; }

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

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

background-color css

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

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

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

border-color css

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

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

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