Html Css Color HEX #DD619B Pale Violet Red

📋 copy color: '#DD619B'

red 221 ◦ green 97 ◦ blue 155

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

Shades of Pale Violet Red #DD619B

Tints of Pale Violet Red #DD619B

RGB

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

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

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

R = 46.72%
G = 20.51%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD619B (or 0xDD619B) is known color: Pale Violet Red. HEX triplet: DD, 61 and 9B. RGB value is (221,97,155). Sum of RGB (Red+Green+Blue) = 221+97+155=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD619B is #229E64. Grayscale: #8C8C8C. Windows color (decimal): -2268773 or 10183133. OLE color: 10183133.

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

Color convert

RGB 221 97 155 -
CMYK 0 0.56 0.30 0.13
HSL 331.94º 0.65% 0.62% -
HSV(B) 331.94º 0.56% 0.87% -
XYZ 40.01 26.29 33.98 -
YUV 140.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 221 97 155 0 0.56 0.30 0.13 331.94 0.65 0.62
Hex DD 61 9B 0 38 1E D 14C 41 3E
Octal 335 141 233 0 70 36 15 514 101 76
Binary 11011101 1100001 10011011 0 111000 11110 1101 101001100 1000001 111110

Color Harmonies of #DD619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD619B

Black with #DD619B

Text Example


Text Example

White with #DD619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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