Html Css Color HEX #DD639B Pale Violet Red

📋 copy color: '#DD639B'

red 221 ◦ green 99 ◦ blue 155

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

Shades of Pale Violet Red #DD639B

Tints of Pale Violet Red #DD639B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 46.53%
G = 20.84%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD639B (or 0xDD639B) is known color: Pale Violet Red. HEX triplet: DD, 63 and 9B. RGB value is (221,99,155). Sum of RGB (Red+Green+Blue) = 221+99+155=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD639B is #229C64. Grayscale: #8D8D8D. Windows color (decimal): -2268261 or 10183645. OLE color: 10183645.

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

Color convert

RGB 221 99 155 -
CMYK 0 0.55 0.30 0.13
HSL 332.46º 0.64% 0.63% -
HSV(B) 332.46º 0.55% 0.87% -
XYZ 40.2 26.66 34.04 -
YUV 141.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 221 99 155 0 0.55 0.30 0.13 332.46 0.64 0.63
Hex DD 63 9B 0 37 1E D 14C 40 3F
Octal 335 143 233 0 67 36 15 514 100 77
Binary 11011101 1100011 10011011 0 110111 11110 1101 101001100 1000000 111111

Color Harmonies of #DD639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD639B

Black with #DD639B

Text Example


Text Example

White with #DD639B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD639B; }

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

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

background-color css

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

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

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

border-color css

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

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

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