Html Css Color HEX #DC6193 Pale Violet Red

📋 copy color: '#DC6193'

red 220 ◦ green 97 ◦ blue 147

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

Shades of Pale Violet Red #DC6193

Tints of Pale Violet Red #DC6193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 47.41%
G = 20.91%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6193 (or 0xDC6193) is known color: Pale Violet Red. HEX triplet: DC, 61 and 93. RGB value is (220,97,147). Sum of RGB (Red+Green+Blue) = 220+97+147=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6193 is #239E6C. Grayscale: #8B8B8B. Windows color (decimal): -2334317 or 9658844. OLE color: 9658844.

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

Color convert

RGB 220 97 147 -
CMYK 0 0.56 0.33 0.14
HSL 335.61º 0.64% 0.62% -
HSV(B) 335.61º 0.56% 0.86% -
XYZ 39.06 25.87 30.54 -
YUV 139.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 220 97 147 0 0.56 0.33 0.14 335.61 0.64 0.62
Hex DC 61 93 0 38 21 E 150 40 3E
Octal 334 141 223 0 70 41 16 520 100 76
Binary 11011100 1100001 10010011 0 111000 100001 1110 101010000 1000000 111110

Color Harmonies of #DC6193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6193

Black with #DC6193

Text Example


Text Example

White with #DC6193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6193; }

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

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

background-color css

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

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

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

border-color css

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

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

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