Html Css Color HEX #DD619C Pale Violet Red

📋 copy color: '#DD619C'

red 221 ◦ green 97 ◦ blue 156

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

Shades of Pale Violet Red #DD619C

Tints of Pale Violet Red #DD619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.46%

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

R = 46.62%
G = 20.46%
B = 32.91%

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

#DD619C (or 0xDD619C) is known color: Pale Violet Red. HEX triplet: DD, 61 and 9C. RGB value is (221,97,156). Sum of RGB (Red+Green+Blue) = 221+97+156=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD619C is #229E63. Grayscale: #8C8C8C. Windows color (decimal): -2268772 or 10248669. OLE color: 10248669.

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

Color convert

RGB 221 97 156 -
CMYK 0 0.56 0.29 0.13
HSL 331.45º 0.65% 0.62% -
HSV(B) 331.45º 0.56% 0.87% -
XYZ 40.09 26.32 34.42 -
YUV 140.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 221 97 156 0 0.56 0.29 0.13 331.45 0.65 0.62
Hex DD 61 9C 0 38 1D D 14B 41 3E
Octal 335 141 234 0 70 35 15 513 101 76
Binary 11011101 1100001 10011100 0 111000 11101 1101 101001011 1000001 111110

Color Harmonies of #DD619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD619C

Black with #DD619C

Text Example


Text Example

White with #DD619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD619C; }

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

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

background-color css

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

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

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

border-color css

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

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

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