Html Css Color HEX #DD668F Pale Violet Red

📋 copy color: '#DD668F'

red 221 ◦ green 102 ◦ blue 143

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

Shades of Pale Violet Red #DD668F

Tints of Pale Violet Red #DD668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 47.42%
G = 21.89%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD668F (or 0xDD668F) is known color: Pale Violet Red. HEX triplet: DD, 66 and 8F. RGB value is (221,102,143). Sum of RGB (Red+Green+Blue) = 221+102+143=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD668F is #229970. Grayscale: #8E8E8E. Windows color (decimal): -2267505 or 9397981. OLE color: 9397981.

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

Color convert

RGB 221 102 143 -
CMYK 0 0.54 0.35 0.13
HSL 339.33º 0.64% 0.63% -
HSV(B) 339.33º 0.54% 0.87% -
XYZ 39.53 26.86 29.09 -
YUV 142.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 221 102 143 0 0.54 0.35 0.13 339.33 0.64 0.63
Hex DD 66 8F 0 36 23 D 153 40 3F
Octal 335 146 217 0 66 43 15 523 100 77
Binary 11011101 1100110 10001111 0 110110 100011 1101 101010011 1000000 111111

Color Harmonies of #DD668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD668F

Black with #DD668F

Text Example


Text Example

White with #DD668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD668F; }

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

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

background-color css

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

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

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

border-color css

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

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

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