Html Css Color HEX #DD6694 Pale Violet Red

📋 copy color: '#DD6694'

red 221 ◦ green 102 ◦ blue 148

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

Shades of Pale Violet Red #DD6694

Tints of Pale Violet Red #DD6694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 46.92%
G = 21.66%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD6694 (or 0xDD6694) is known color: Pale Violet Red. HEX triplet: DD, 66 and 94. RGB value is (221,102,148). Sum of RGB (Red+Green+Blue) = 221+102+148=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6694 is #22996B. Grayscale: #8E8E8E. Windows color (decimal): -2267500 or 9725661. OLE color: 9725661.

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

Color convert

RGB 221 102 148 -
CMYK 0 0.54 0.33 0.13
HSL 336.81º 0.64% 0.63% -
HSV(B) 336.81º 0.54% 0.87% -
XYZ 39.92 27.01 31.13 -
YUV 142.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 221 102 148 0 0.54 0.33 0.13 336.81 0.64 0.63
Hex DD 66 94 0 36 21 D 151 40 3F
Octal 335 146 224 0 66 41 15 521 100 77
Binary 11011101 1100110 10010100 0 110110 100001 1101 101010001 1000000 111111

Color Harmonies of #DD6694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6694

Black with #DD6694

Text Example


Text Example

White with #DD6694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6694; }

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

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

background-color css

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

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

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

border-color css

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

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

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