Html Css Color HEX #DC618D Pale Violet Red

📋 copy color: '#DC618D'

red 220 ◦ green 97 ◦ blue 141

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

Shades of Pale Violet Red #DC618D

Tints of Pale Violet Red #DC618D

RGB

 RED value IS 220 (86.33% from 255) = 48.03%

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

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

R = 48.03%
G = 21.18%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC618D (or 0xDC618D) is known color: Pale Violet Red. HEX triplet: DC, 61 and 8D. RGB value is (220,97,141). Sum of RGB (Red+Green+Blue) = 220+97+141=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC618D is #239E72. Grayscale: #8A8A8A. Windows color (decimal): -2334323 or 9265628. OLE color: 9265628.

HSL color Cylindrical-coordinate representation of color #DC618D: hue angle of 338.54º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC618D is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 141 -
CMYK 0 0.56 0.36 0.14
HSL 338.54º 0.64% 0.62% -
HSV(B) 338.54º 0.56% 0.86% -
XYZ 38.6 25.69 28.12 -
YUV 138.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 220 97 141 0 0.56 0.36 0.14 338.54 0.64 0.62
Hex DC 61 8D 0 38 24 E 153 40 3E
Octal 334 141 215 0 70 44 16 523 100 76
Binary 11011100 1100001 10001101 0 111000 100100 1110 101010011 1000000 111110

Color Harmonies of #DC618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC618D

Black with #DC618D

Text Example


Text Example

White with #DC618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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