Html Css Color HEX #DD668E Pale Violet Red

📋 copy color: '#DD668E'

red 221 ◦ green 102 ◦ blue 142

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

Shades of Pale Violet Red #DD668E

Tints of Pale Violet Red #DD668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 47.53%
G = 21.94%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD668E (or 0xDD668E) is known color: Pale Violet Red. HEX triplet: DD, 66 and 8E. RGB value is (221,102,142). Sum of RGB (Red+Green+Blue) = 221+102+142=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD668E is #229971. Grayscale: #8E8E8E. Windows color (decimal): -2267506 or 9332445. OLE color: 9332445.

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

Color convert

RGB 221 102 142 -
CMYK 0 0.54 0.36 0.13
HSL 339.83º 0.64% 0.63% -
HSV(B) 339.83º 0.54% 0.87% -
XYZ 39.45 26.83 28.69 -
YUV 142.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 221 102 142 0 0.54 0.36 0.13 339.83 0.64 0.63
Hex DD 66 8E 0 36 24 D 154 40 3F
Octal 335 146 216 0 66 44 15 524 100 77
Binary 11011101 1100110 10001110 0 110110 100100 1101 101010100 1000000 111111

Color Harmonies of #DD668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD668E

Black with #DD668E

Text Example


Text Example

White with #DD668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD668E; }

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

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

background-color css

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

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

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

border-color css

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

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

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