Html Css Color HEX #DD6696 Pale Violet Red

📋 copy color: '#DD6696'

red 221 ◦ green 102 ◦ blue 150

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

Shades of Pale Violet Red #DD6696

Tints of Pale Violet Red #DD6696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 46.72%
G = 21.56%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD6696 (or 0xDD6696) is known color: Pale Violet Red. HEX triplet: DD, 66 and 96. RGB value is (221,102,150). Sum of RGB (Red+Green+Blue) = 221+102+150=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6696 is #229969. Grayscale: #8E8E8E. Windows color (decimal): -2267498 or 9856733. OLE color: 9856733.

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

Color convert

RGB 221 102 150 -
CMYK 0 0.54 0.32 0.13
HSL 335.8º 0.64% 0.63% -
HSV(B) 335.8º 0.54% 0.87% -
XYZ 40.08 27.08 31.97 -
YUV 143.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 221 102 150 0 0.54 0.32 0.13 335.8 0.64 0.63
Hex DD 66 96 0 36 20 D 150 40 3F
Octal 335 146 226 0 66 40 15 520 100 77
Binary 11011101 1100110 10010110 0 110110 100000 1101 101010000 1000000 111111

Color Harmonies of #DD6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6696

Black with #DD6696

Text Example


Text Example

White with #DD6696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6696; }

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

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

background-color css

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

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

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

border-color css

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

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

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