Html Css Color HEX #DD6893 Pale Violet Red

📋 copy color: '#DD6893'

red 221 ◦ green 104 ◦ blue 147

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

Shades of Pale Violet Red #DD6893

Tints of Pale Violet Red #DD6893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 46.82%
G = 22.03%
B = 31.14%

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

#DD6893 (or 0xDD6893) is known color: Pale Violet Red. HEX triplet: DD, 68 and 93. RGB value is (221,104,147). Sum of RGB (Red+Green+Blue) = 221+104+147=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6893 is #22976C. Grayscale: #8F8F8F. Windows color (decimal): -2266989 or 9660637. OLE color: 9660637.

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

Color convert

RGB 221 104 147 -
CMYK 0 0.53 0.33 0.13
HSL 337.95º 0.63% 0.64% -
HSV(B) 337.95º 0.53% 0.87% -
XYZ 40.04 27.38 30.78 -
YUV 143.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 221 104 147 0 0.53 0.33 0.13 337.95 0.63 0.64
Hex DD 68 93 0 35 21 D 152 3F 40
Octal 335 150 223 0 65 41 15 522 77 100
Binary 11011101 1101000 10010011 0 110101 100001 1101 101010010 111111 1000000

Color Harmonies of #DD6893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6893

Black with #DD6893

Text Example


Text Example

White with #DD6893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6893; }

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

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

background-color css

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

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

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

border-color css

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

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

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