Html Css Color HEX #DD6890 Pale Violet Red

📋 copy color: '#DD6890'

red 221 ◦ green 104 ◦ blue 144

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

Shades of Pale Violet Red #DD6890

Tints of Pale Violet Red #DD6890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 47.12%
G = 22.17%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD6890 (or 0xDD6890) is known color: Pale Violet Red. HEX triplet: DD, 68 and 90. RGB value is (221,104,144). Sum of RGB (Red+Green+Blue) = 221+104+144=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6890 is #22976F. Grayscale: #8F8F8F. Windows color (decimal): -2266992 or 9464029. OLE color: 9464029.

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

Color convert

RGB 221 104 144 -
CMYK 0 0.53 0.35 0.13
HSL 339.49º 0.63% 0.64% -
HSV(B) 339.49º 0.53% 0.87% -
XYZ 39.8 27.29 29.55 -
YUV 143.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 221 104 144 0 0.53 0.35 0.13 339.49 0.63 0.64
Hex DD 68 90 0 35 23 D 153 3F 40
Octal 335 150 220 0 65 43 15 523 77 100
Binary 11011101 1101000 10010000 0 110101 100011 1101 101010011 111111 1000000

Color Harmonies of #DD6890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6890

Black with #DD6890

Text Example


Text Example

White with #DD6890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6890; }

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

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

background-color css

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

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

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

border-color css

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

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

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