Html Css Color HEX #DD679A Pale Violet Red

📋 copy color: '#DD679A'

red 221 ◦ green 103 ◦ blue 154

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

Shades of Pale Violet Red #DD679A

Tints of Pale Violet Red #DD679A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.22%

R = 46.23%
G = 21.55%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD679A (or 0xDD679A) is known color: Pale Violet Red. HEX triplet: DD, 67 and 9A. RGB value is (221,103,154). Sum of RGB (Red+Green+Blue) = 221+103+154=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD679A is #229865. Grayscale: #909090. Windows color (decimal): -2267238 or 10119133. OLE color: 10119133.

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

Color convert

RGB 221 103 154 -
CMYK 0 0.53 0.30 0.13
HSL 334.07º 0.63% 0.64% -
HSV(B) 334.07º 0.53% 0.87% -
XYZ 40.5 27.41 33.73 -
YUV 144.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 221 103 154 0 0.53 0.30 0.13 334.07 0.63 0.64
Hex DD 67 9A 0 35 1E D 14E 3F 40
Octal 335 147 232 0 65 36 15 516 77 100
Binary 11011101 1100111 10011010 0 110101 11110 1101 101001110 111111 1000000

Color Harmonies of #DD679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD679A

Black with #DD679A

Text Example


Text Example

White with #DD679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD679A; }

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

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

background-color css

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

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

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

border-color css

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

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

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