Html Css Color HEX #DC618C Pale Violet Red

📋 copy color: '#DC618C'

red 220 ◦ green 97 ◦ blue 140

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

Shades of Pale Violet Red #DC618C

Tints of Pale Violet Red #DC618C

RGB

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

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

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

R = 48.14%
G = 21.23%
B = 30.63%

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

#DC618C (or 0xDC618C) is known color: Pale Violet Red. HEX triplet: DC, 61 and 8C. RGB value is (220,97,140). Sum of RGB (Red+Green+Blue) = 220+97+140=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC618C is #239E73. Grayscale: #8A8A8A. Windows color (decimal): -2334324 or 9200092. OLE color: 9200092.

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

Color convert

RGB 220 97 140 -
CMYK 0 0.56 0.36 0.14
HSL 339.02º 0.64% 0.62% -
HSV(B) 339.02º 0.56% 0.86% -
XYZ 38.52 25.66 27.73 -
YUV 138.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 220 97 140 0 0.56 0.36 0.14 339.02 0.64 0.62
Hex DC 61 8C 0 38 24 E 153 40 3E
Octal 334 141 214 0 70 44 16 523 100 76
Binary 11011100 1100001 10001100 0 111000 100100 1110 101010011 1000000 111110

Color Harmonies of #DC618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC618C

Black with #DC618C

Text Example


Text Example

White with #DC618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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