Html Css Color HEX #DD6697 Pale Violet Red

📋 copy color: '#DD6697'

red 221 ◦ green 102 ◦ blue 151

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

Shades of Pale Violet Red #DD6697

Tints of Pale Violet Red #DD6697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.86%

R = 46.62%
G = 21.52%
B = 31.86%

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

#DD6697 (or 0xDD6697) is known color: Pale Violet Red. HEX triplet: DD, 66 and 97. RGB value is (221,102,151). Sum of RGB (Red+Green+Blue) = 221+102+151=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6697 is #229968. Grayscale: #8F8F8F. Windows color (decimal): -2267497 or 9922269. OLE color: 9922269.

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

Color convert

RGB 221 102 151 -
CMYK 0 0.54 0.32 0.13
HSL 335.29º 0.64% 0.63% -
HSV(B) 335.29º 0.54% 0.87% -
XYZ 40.16 27.11 32.39 -
YUV 143.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 221 102 151 0 0.54 0.32 0.13 335.29 0.64 0.63
Hex DD 66 97 0 36 20 D 14F 40 3F
Octal 335 146 227 0 66 40 15 517 100 77
Binary 11011101 1100110 10010111 0 110110 100000 1101 101001111 1000000 111111

Color Harmonies of #DD6697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6697

Black with #DD6697

Text Example


Text Example

White with #DD6697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6697; }

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

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

background-color css

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

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

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

border-color css

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

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

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