Html Css Color HEX #DD6594 Pale Violet Red

📋 copy color: '#DD6594'

red 221 ◦ green 101 ◦ blue 148

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

Shades of Pale Violet Red #DD6594

Tints of Pale Violet Red #DD6594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

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

R = 47.02%
G = 21.49%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD6594 (or 0xDD6594) is known color: Pale Violet Red. HEX triplet: DD, 65 and 94. RGB value is (221,101,148). Sum of RGB (Red+Green+Blue) = 221+101+148=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6594 is #229A6B. Grayscale: #8E8E8E. Windows color (decimal): -2267756 or 9725405. OLE color: 9725405.

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

Color convert

RGB 221 101 148 -
CMYK 0 0.54 0.33 0.13
HSL 336.5º 0.64% 0.63% -
HSV(B) 336.5º 0.54% 0.87% -
XYZ 39.82 26.82 31.09 -
YUV 142.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 221 101 148 0 0.54 0.33 0.13 336.5 0.64 0.63
Hex DD 65 94 0 36 21 D 150 40 3F
Octal 335 145 224 0 66 41 15 520 100 77
Binary 11011101 1100101 10010100 0 110110 100001 1101 101010000 1000000 111111

Color Harmonies of #DD6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6594

Black with #DD6594

Text Example


Text Example

White with #DD6594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6594; }

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

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

background-color css

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

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

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

border-color css

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

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

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