Html Css Color HEX #DD679E Pale Violet Red

📋 copy color: '#DD679E'

red 221 ◦ green 103 ◦ blue 158

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

Shades of Pale Violet Red #DD679E

Tints of Pale Violet Red #DD679E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.37%

 BLUE value IS 158 (62.11% from 255) = 32.78%

R = 45.85%
G = 21.37%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD679E (or 0xDD679E) is known color: Pale Violet Red. HEX triplet: DD, 67 and 9E. RGB value is (221,103,158). Sum of RGB (Red+Green+Blue) = 221+103+158=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD679E is #229861. Grayscale: #909090. Windows color (decimal): -2267234 or 10381277. OLE color: 10381277.

HSL color Cylindrical-coordinate representation of color #DD679E: hue angle of 332.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD679E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 103 158 -
CMYK 0 0.53 0.29 0.13
HSL 332.03º 0.63% 0.64% -
HSV(B) 332.03º 0.53% 0.87% -
XYZ 40.84 27.54 35.51 -
YUV 144.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 221 103 158 0 0.53 0.29 0.13 332.03 0.63 0.64
Hex DD 67 9E 0 35 1D D 14C 3F 40
Octal 335 147 236 0 65 35 15 514 77 100
Binary 11011101 1100111 10011110 0 110101 11101 1101 101001100 111111 1000000

Color Harmonies of #DD679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD679E

Black with #DD679E

Text Example


Text Example

White with #DD679E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD679E; }

 p { color: rgb(221,103,158); }

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

background-color css

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

 a { background-color: rgb(221,103,158); }

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

border-color css

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

 span { border-color: rgb(221,103,158); }

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