Html Css Color HEX #DD618E Pale Violet Red

📋 copy color: '#DD618E'

red 221 ◦ green 97 ◦ blue 142

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

Shades of Pale Violet Red #DD618E

Tints of Pale Violet Red #DD618E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 48.04%
G = 21.09%
B = 30.87%

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

#DD618E (or 0xDD618E) is known color: Pale Violet Red. HEX triplet: DD, 61 and 8E. RGB value is (221,97,142). Sum of RGB (Red+Green+Blue) = 221+97+142=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618E is #229E71. Grayscale: #8B8B8B. Windows color (decimal): -2268786 or 9331165. OLE color: 9331165.

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

Color convert

RGB 221 97 142 -
CMYK 0 0.56 0.36 0.13
HSL 338.23º 0.65% 0.62% -
HSV(B) 338.23º 0.56% 0.87% -
XYZ 38.98 25.87 28.53 -
YUV 139.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 221 97 142 0 0.56 0.36 0.13 338.23 0.65 0.62
Hex DD 61 8E 0 38 24 D 152 41 3E
Octal 335 141 216 0 70 44 15 522 101 76
Binary 11011101 1100001 10001110 0 111000 100100 1101 101010010 1000001 111110

Color Harmonies of #DD618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD618E

Black with #DD618E

Text Example


Text Example

White with #DD618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD618E; }

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

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

background-color css

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

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

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

border-color css

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

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

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