Html Css Color HEX #DD669C Pale Violet Red

📋 copy color: '#DD669C'

red 221 ◦ green 102 ◦ blue 156

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

Shades of Pale Violet Red #DD669C

Tints of Pale Violet Red #DD669C

RGB

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

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

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

R = 46.14%
G = 21.29%
B = 32.57%

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

#DD669C (or 0xDD669C) is known color: Pale Violet Red. HEX triplet: DD, 66 and 9C. RGB value is (221,102,156). Sum of RGB (Red+Green+Blue) = 221+102+156=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD669C is #229963. Grayscale: #8F8F8F. Windows color (decimal): -2267492 or 10249949. OLE color: 10249949.

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

Color convert

RGB 221 102 156 -
CMYK 0 0.54 0.29 0.13
HSL 332.77º 0.64% 0.63% -
HSV(B) 332.77º 0.54% 0.87% -
XYZ 40.57 27.28 34.58 -
YUV 143.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 221 102 156 0 0.54 0.29 0.13 332.77 0.64 0.63
Hex DD 66 9C 0 36 1D D 14D 40 3F
Octal 335 146 234 0 66 35 15 515 100 77
Binary 11011101 1100110 10011100 0 110110 11101 1101 101001101 1000000 111111

Color Harmonies of #DD669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD669C

Black with #DD669C

Text Example


Text Example

White with #DD669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD669C; }

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

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

background-color css

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

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

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

border-color css

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

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

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