Html Css Color HEX #DD629D Pale Violet Red

📋 copy color: '#DD629D'

red 221 ◦ green 98 ◦ blue 157

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

Shades of Pale Violet Red #DD629D

Tints of Pale Violet Red #DD629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.59%

 BLUE value IS 157 (61.72% from 255) = 32.98%

R = 46.43%
G = 20.59%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD629D (or 0xDD629D) is known color: Pale Violet Red. HEX triplet: DD, 62 and 9D. RGB value is (221,98,157). Sum of RGB (Red+Green+Blue) = 221+98+157=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD629D is #229D62. Grayscale: #8D8D8D. Windows color (decimal): -2268515 or 10314461. OLE color: 10314461.

HSL color Cylindrical-coordinate representation of color #DD629D: hue angle of 331.22º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD629D is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 157 -
CMYK 0 0.56 0.29 0.13
HSL 331.22º 0.64% 0.63% -
HSV(B) 331.22º 0.56% 0.87% -
XYZ 40.27 26.54 34.9 -
YUV 141.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 221 98 157 0 0.56 0.29 0.13 331.22 0.64 0.63
Hex DD 62 9D 0 38 1D D 14B 40 3F
Octal 335 142 235 0 70 35 15 513 100 77
Binary 11011101 1100010 10011101 0 111000 11101 1101 101001011 1000000 111111

Color Harmonies of #DD629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD629D

Black with #DD629D

Text Example


Text Example

White with #DD629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD629D; }

 p { color: rgb(221,98,157); }

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

background-color css

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

 a { background-color: rgb(221,98,157); }

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

border-color css

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

 span { border-color: rgb(221,98,157); }

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