Html Css Color HEX #DD6494 Pale Violet Red

📋 copy color: '#DD6494'

red 221 ◦ green 100 ◦ blue 148

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

Shades of Pale Violet Red #DD6494

Tints of Pale Violet Red #DD6494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.32%

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

R = 47.12%
G = 21.32%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD6494 (or 0xDD6494) is known color: Pale Violet Red. HEX triplet: DD, 64 and 94. RGB value is (221,100,148). Sum of RGB (Red+Green+Blue) = 221+100+148=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6494 is #229B6B. Grayscale: #8D8D8D. Windows color (decimal): -2268012 or 9725149. OLE color: 9725149.

HSL color Cylindrical-coordinate representation of color #DD6494: hue angle of 336.2º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6494 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 100 148 -
CMYK 0 0.55 0.33 0.13
HSL 336.2º 0.64% 0.63% -
HSV(B) 336.2º 0.55% 0.87% -
XYZ 39.72 26.62 31.06 -
YUV 141.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 221 100 148 0 0.55 0.33 0.13 336.2 0.64 0.63
Hex DD 64 94 0 37 21 D 150 40 3F
Octal 335 144 224 0 67 41 15 520 100 77
Binary 11011101 1100100 10010100 0 110111 100001 1101 101010000 1000000 111111

Color Harmonies of #DD6494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6494

Black with #DD6494

Text Example


Text Example

White with #DD6494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6494; }

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

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

background-color css

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

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

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

border-color css

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

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

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