Html Css Color HEX #DD64A0 Pale Violet Red

📋 copy color: '#DD64A0'

red 221 ◦ green 100 ◦ blue 160

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

Shades of Pale Violet Red #DD64A0

Tints of Pale Violet Red #DD64A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 45.95%
G = 20.79%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD64A0 (or 0xDD64A0) is known color: Pale Violet Red. HEX triplet: DD, 64 and A0. RGB value is (221,100,160). Sum of RGB (Red+Green+Blue) = 221+100+160=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD64A0 is #229B5F. Grayscale: #8E8E8E. Windows color (decimal): -2268000 or 10511581. OLE color: 10511581.

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

Color convert

RGB 221 100 160 -
CMYK 0 0.55 0.28 0.13
HSL 330.25º 0.64% 0.63% -
HSV(B) 330.25º 0.55% 0.87% -
XYZ 40.72 27.02 36.33 -
YUV 143.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 221 100 160 0 0.55 0.28 0.13 330.25 0.64 0.63
Hex DD 64 A0 0 37 1C D 14A 40 3F
Octal 335 144 240 0 67 34 15 512 100 77
Binary 11011101 1100100 10100000 0 110111 11100 1101 101001010 1000000 111111

Color Harmonies of #DD64A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64A0

Black with #DD64A0

Text Example


Text Example

White with #DD64A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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