Html Css Color HEX #DD639E Pale Violet Red

📋 copy color: '#DD639E'

red 221 ◦ green 99 ◦ blue 158

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

Shades of Pale Violet Red #DD639E

Tints of Pale Violet Red #DD639E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.05%

R = 46.23%
G = 20.71%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD639E (or 0xDD639E) is known color: Pale Violet Red. HEX triplet: DD, 63 and 9E. RGB value is (221,99,158). Sum of RGB (Red+Green+Blue) = 221+99+158=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD639E is #229C61. Grayscale: #8E8E8E. Windows color (decimal): -2268258 or 10380253. OLE color: 10380253.

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

Color convert

RGB 221 99 158 -
CMYK 0 0.55 0.29 0.13
HSL 330.98º 0.64% 0.63% -
HSV(B) 330.98º 0.55% 0.87% -
XYZ 40.45 26.76 35.38 -
YUV 142.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 221 99 158 0 0.55 0.29 0.13 330.98 0.64 0.63
Hex DD 63 9E 0 37 1D D 14B 40 3F
Octal 335 143 236 0 67 35 15 513 100 77
Binary 11011101 1100011 10011110 0 110111 11101 1101 101001011 1000000 111111

Color Harmonies of #DD639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD639E

Black with #DD639E

Text Example


Text Example

White with #DD639E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD639E; }

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

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

background-color css

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

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

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

border-color css

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

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

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