Html Css Color HEX #DD629C Pale Violet Red

📋 copy color: '#DD629C'

red 221 ◦ green 98 ◦ blue 156

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

Shades of Pale Violet Red #DD629C

Tints of Pale Violet Red #DD629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 46.53%
G = 20.63%
B = 32.84%

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

#DD629C (or 0xDD629C) is known color: Pale Violet Red. HEX triplet: DD, 62 and 9C. RGB value is (221,98,156). Sum of RGB (Red+Green+Blue) = 221+98+156=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD629C is #229D63. Grayscale: #8D8D8D. Windows color (decimal): -2268516 or 10248925. OLE color: 10248925.

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

Color convert

RGB 221 98 156 -
CMYK 0 0.56 0.29 0.13
HSL 331.71º 0.64% 0.63% -
HSV(B) 331.71º 0.56% 0.87% -
XYZ 40.19 26.51 34.45 -
YUV 141.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 221 98 156 0 0.56 0.29 0.13 331.71 0.64 0.63
Hex DD 62 9C 0 38 1D D 14C 40 3F
Octal 335 142 234 0 70 35 15 514 100 77
Binary 11011101 1100010 10011100 0 111000 11101 1101 101001100 1000000 111111

Color Harmonies of #DD629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD629C

Black with #DD629C

Text Example


Text Example

White with #DD629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD629C; }

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

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

background-color css

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

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

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

border-color css

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

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

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