Html Css Color HEX #DD6891 Pale Violet Red

📋 copy color: '#DD6891'

red 221 ◦ green 104 ◦ blue 145

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

Shades of Pale Violet Red #DD6891

Tints of Pale Violet Red #DD6891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.85%

R = 47.02%
G = 22.13%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD6891 (or 0xDD6891) is known color: Pale Violet Red. HEX triplet: DD, 68 and 91. RGB value is (221,104,145). Sum of RGB (Red+Green+Blue) = 221+104+145=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6891 is #22976E. Grayscale: #8F8F8F. Windows color (decimal): -2266991 or 9529565. OLE color: 9529565.

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

Color convert

RGB 221 104 145 -
CMYK 0 0.53 0.34 0.13
HSL 338.97º 0.63% 0.64% -
HSV(B) 338.97º 0.53% 0.87% -
XYZ 39.88 27.32 29.96 -
YUV 143.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 221 104 145 0 0.53 0.34 0.13 338.97 0.63 0.64
Hex DD 68 91 0 35 22 D 153 3F 40
Octal 335 150 221 0 65 42 15 523 77 100
Binary 11011101 1101000 10010001 0 110101 100010 1101 101010011 111111 1000000

Color Harmonies of #DD6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6891

Black with #DD6891

Text Example


Text Example

White with #DD6891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6891; }

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

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

background-color css

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

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

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

border-color css

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

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

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