Html Css Color HEX #DD618D Pale Violet Red

📋 copy color: '#DD618D'

red 221 ◦ green 97 ◦ blue 141

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

Shades of Pale Violet Red #DD618D

Tints of Pale Violet Red #DD618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 48.15%
G = 21.13%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD618D (or 0xDD618D) is known color: Pale Violet Red. HEX triplet: DD, 61 and 8D. RGB value is (221,97,141). Sum of RGB (Red+Green+Blue) = 221+97+141=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618D is #229E72. Grayscale: #8B8B8B. Windows color (decimal): -2268787 or 9265629. OLE color: 9265629.

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

Color convert

RGB 221 97 141 -
CMYK 0 0.56 0.36 0.13
HSL 338.71º 0.65% 0.62% -
HSV(B) 338.71º 0.56% 0.87% -
XYZ 38.9 25.84 28.14 -
YUV 139.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 221 97 141 0 0.56 0.36 0.13 338.71 0.65 0.62
Hex DD 61 8D 0 38 24 D 153 41 3E
Octal 335 141 215 0 70 44 15 523 101 76
Binary 11011101 1100001 10001101 0 111000 100100 1101 101010011 1000001 111110

Color Harmonies of #DD618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD618D

Black with #DD618D

Text Example


Text Example

White with #DD618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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