Html Css Color HEX #DD64A3 Pale Violet Red

📋 copy color: '#DD64A3'

red 221 ◦ green 100 ◦ blue 163

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

Shades of Pale Violet Red #DD64A3

Tints of Pale Violet Red #DD64A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.68%

R = 45.66%
G = 20.66%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD64A3 (or 0xDD64A3) is known color: Pale Violet Red. HEX triplet: DD, 64 and A3. RGB value is (221,100,163). Sum of RGB (Red+Green+Blue) = 221+100+163=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD64A3 is #229B5C. Grayscale: #8F8F8F. Windows color (decimal): -2267997 or 10708189. OLE color: 10708189.

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

Color convert

RGB 221 100 163 -
CMYK 0 0.55 0.26 0.13
HSL 328.76º 0.64% 0.63% -
HSV(B) 328.76º 0.55% 0.87% -
XYZ 40.99 27.13 37.73 -
YUV 143.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 221 100 163 0 0.55 0.26 0.13 328.76 0.64 0.63
Hex DD 64 A3 0 37 1A D 149 40 3F
Octal 335 144 243 0 67 32 15 511 100 77
Binary 11011101 1100100 10100011 0 110111 11010 1101 101001001 1000000 111111

Color Harmonies of #DD64A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64A3

Black with #DD64A3

Text Example


Text Example

White with #DD64A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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