Html Css Color HEX #DD6894 Pale Violet Red

📋 copy color: '#DD6894'

red 221 ◦ green 104 ◦ blue 148

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

Shades of Pale Violet Red #DD6894

Tints of Pale Violet Red #DD6894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

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

R = 46.72%
G = 21.99%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD6894 (or 0xDD6894) is known color: Pale Violet Red. HEX triplet: DD, 68 and 94. RGB value is (221,104,148). Sum of RGB (Red+Green+Blue) = 221+104+148=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6894 is #22976B. Grayscale: #8F8F8F. Windows color (decimal): -2266988 or 9726173. OLE color: 9726173.

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

Color convert

RGB 221 104 148 -
CMYK 0 0.53 0.33 0.13
HSL 337.44º 0.63% 0.64% -
HSV(B) 337.44º 0.53% 0.87% -
XYZ 40.11 27.41 31.19 -
YUV 144 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 221 104 148 0 0.53 0.33 0.13 337.44 0.63 0.64
Hex DD 68 94 0 35 21 D 151 3F 40
Octal 335 150 224 0 65 41 15 521 77 100
Binary 11011101 1101000 10010100 0 110101 100001 1101 101010001 111111 1000000

Color Harmonies of #DD6894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6894

Black with #DD6894

Text Example


Text Example

White with #DD6894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6894; }

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

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

background-color css

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

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

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

border-color css

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

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

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