Html Css Color HEX #DD618C Pale Violet Red

📋 copy color: '#DD618C'

red 221 ◦ green 97 ◦ blue 140

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

Shades of Pale Violet Red #DD618C

Tints of Pale Violet Red #DD618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 48.25%
G = 21.18%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD618C (or 0xDD618C) is known color: Pale Violet Red. HEX triplet: DD, 61 and 8C. RGB value is (221,97,140). Sum of RGB (Red+Green+Blue) = 221+97+140=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618C is #229E73. Grayscale: #8A8A8A. Windows color (decimal): -2268788 or 9200093. OLE color: 9200093.

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

Color convert

RGB 221 97 140 -
CMYK 0 0.56 0.37 0.13
HSL 339.19º 0.65% 0.62% -
HSV(B) 339.19º 0.56% 0.87% -
XYZ 38.83 25.81 27.75 -
YUV 138.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 221 97 140 0 0.56 0.37 0.13 339.19 0.65 0.62
Hex DD 61 8C 0 38 25 D 153 41 3E
Octal 335 141 214 0 70 45 15 523 101 76
Binary 11011101 1100001 10001100 0 111000 100101 1101 101010011 1000001 111110

Color Harmonies of #DD618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD618C

Black with #DD618C

Text Example


Text Example

White with #DD618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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