Html Css Color HEX #DD63A0 Pale Violet Red

📋 copy color: '#DD63A0'

red 221 ◦ green 99 ◦ blue 160

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

Shades of Pale Violet Red #DD63A0

Tints of Pale Violet Red #DD63A0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.63%

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

R = 46.04%
G = 20.63%
B = 33.33%

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

#DD63A0 (or 0xDD63A0) is known color: Pale Violet Red. HEX triplet: DD, 63 and A0. RGB value is (221,99,160). Sum of RGB (Red+Green+Blue) = 221+99+160=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63A0 is #229C5F. Grayscale: #8E8E8E. Windows color (decimal): -2268256 or 10511325. OLE color: 10511325.

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

Color convert

RGB 221 99 160 -
CMYK 0 0.55 0.28 0.13
HSL 330º 0.64% 0.63% -
HSV(B) 330º 0.55% 0.87% -
XYZ 40.63 26.83 36.3 -
YUV 142.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 221 99 160 0 0.55 0.28 0.13 330 0.64 0.63
Hex DD 63 A0 0 37 1C D 14A 40 3F
Octal 335 143 240 0 67 34 15 512 100 77
Binary 11011101 1100011 10100000 0 110111 11100 1101 101001010 1000000 111111

Color Harmonies of #DD63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63A0

Black with #DD63A0

Text Example


Text Example

White with #DD63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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